Html Css Color HEX #AF009C Dark Magenta

📋 copy color: '#AF009C'

red 175 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #AF009C

Tints of Dark Magenta #AF009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.13%

R = 52.87%
G = 0%
B = 47.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF009C (or 0xAF009C) is known color: Dark Magenta. HEX triplet: AF, 00 and 9C. RGB value is (175,0,156). Sum of RGB (Red+Green+Blue) = 175+0+156=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF009C is #50FF63. Grayscale: #454545. Windows color (decimal): -5308260 or 10223791. OLE color: 10223791.

HSL color Cylindrical-coordinate representation of color #AF009C: hue angle of 306.51º 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 #AF009C is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 156 -
CMYK 0 1 0.11 0.31
HSL 306.51º 1% 0.34% -
HSV(B) 306.51º 1% 0.69% -
XYZ 23.68 11.51 32.43 -
YUV 70.11 176.48 202.82 -
System Red Green Blue C M Y K H S L
Decimal 175 0 156 0 1 0.11 0.31 306.51 1 0.34
Hex AF 0 9C 0 64 B 1F 133 64 22
Octal 257 0 234 0 144 13 37 463 144 42
Binary 10101111 0 10011100 0 1100100 1011 11111 100110011 1100100 100010

Color Harmonies of #AF009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF009C

Black with #AF009C

Text Example


Text Example

White with #AF009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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