Html Css Color HEX #AF009A Dark Magenta

📋 copy color: '#AF009A'

red 175 ◦ green 0 ◦ blue 154

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

Shades of Dark Magenta #AF009A

Tints of Dark Magenta #AF009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.81%

R = 53.19%
G = 0%
B = 46.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF009A (or 0xAF009A) is known color: Dark Magenta. HEX triplet: AF, 00 and 9A. RGB value is (175,0,154). Sum of RGB (Red+Green+Blue) = 175+0+154=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF009A is #50FF65. Grayscale: #454545. Windows color (decimal): -5308262 or 10092719. OLE color: 10092719.

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

Color convert

RGB 175 0 154 -
CMYK 0 1 0.12 0.31
HSL 307.2º 1% 0.34% -
HSV(B) 307.2º 1% 0.69% -
XYZ 23.51 11.45 31.54 -
YUV 69.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 175 0 154 0 1 0.12 0.31 307.2 1 0.34
Hex AF 0 9A 0 64 C 1F 133 64 22
Octal 257 0 232 0 144 14 37 463 144 42
Binary 10101111 0 10011010 0 1100100 1100 11111 100110011 1100100 100010

Color Harmonies of #AF009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF009A

Black with #AF009A

Text Example


Text Example

White with #AF009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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