Html Css Color HEX #AF0094 Dark Magenta

📋 copy color: '#AF0094'

red 175 ◦ green 0 ◦ blue 148

#AF0094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #AF0094

Tints of Dark Magenta #AF0094

RGB

 RED value IS 175 (68.75% from 255) = 54.18%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 54.18%
G = 0%
B = 45.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF0094 (or 0xAF0094) is known color: Dark Magenta. HEX triplet: AF, 00 and 94. RGB value is (175,0,148). Sum of RGB (Red+Green+Blue) = 175+0+148=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0094 is #50FF6B. Grayscale: #444444. Windows color (decimal): -5308268 or 9699503. OLE color: 9699503.

HSL color Cylindrical-coordinate representation of color #AF0094: hue angle of 309.26º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0094 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 148 -
CMYK 0 1 0.15 0.31
HSL 309.26º 1% 0.34% -
HSV(B) 309.26º 1% 0.69% -
XYZ 23.02 11.25 28.98 -
YUV 69.2 172.48 203.47 -
System Red Green Blue C M Y K H S L
Decimal 175 0 148 0 1 0.15 0.31 309.26 1 0.34
Hex AF 0 94 0 64 F 1F 135 64 22
Octal 257 0 224 0 144 17 37 465 144 42
Binary 10101111 0 10010100 0 1100100 1111 11111 100110101 1100100 100010

Color Harmonies of #AF0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0094

Black with #AF0094

Text Example


Text Example

White with #AF0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0094; }

 p { color: rgb(175,0,148); }

 H1.HeaderClassName
 {
   color: #AF0094;
 }
 .AnyTagClassName
 {
   color: #AF0094;
 }
</style>

background-color css

<style>
 a { background-color: #AF0094; }

 a { background-color: rgb(175,0,148); }

 div.DivClassName
 {
   background-color: #AF0094;
 }
 .BgClassName
 {
   background-color: #AF0094;
 }
</style>

border-color css

<style>
 span { border-color: #AF0094; }

 span { border-color: rgb(175,0,148); }

 td.TdClassName
 {
   border-color: #AF0094;
 }
 .TagClassName
 {
   border-color: #AF0094;
 }
</style>