Html Css Color HEX #AF029F Dark Magenta

📋 copy color: '#AF029F'

red 175 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #AF029F

Tints of Dark Magenta #AF029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 159 (62.5% from 255) = 47.32%

R = 52.08%
G = 0.6%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF029F (or 0xAF029F) is known color: Dark Magenta. HEX triplet: AF, 02 and 9F. RGB value is (175,2,159). Sum of RGB (Red+Green+Blue) = 175+2+159=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF029F is #50FD60. Grayscale: #474747. Windows color (decimal): -5307745 or 10420911. OLE color: 10420911.

HSL color Cylindrical-coordinate representation of color #AF029F: hue angle of 305.55º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF029F is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 159 -
CMYK 0 0.99 0.09 0.31
HSL 305.55º 0.98% 0.35% -
HSV(B) 305.55º 0.99% 0.69% -
XYZ 23.96 11.66 33.79 -
YUV 71.63 177.31 201.73 -
System Red Green Blue C M Y K H S L
Decimal 175 2 159 0 0.99 0.09 0.31 305.55 0.98 0.35
Hex AF 2 9F 0 63 9 1F 132 62 23
Octal 257 2 237 0 143 11 37 462 142 43
Binary 10101111 10 10011111 0 1100011 1001 11111 100110010 1100010 100011

Color Harmonies of #AF029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF029F

Black with #AF029F

Text Example


Text Example

White with #AF029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF029F; }

 p { color: rgb(175,2,159); }

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

background-color css

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

 a { background-color: rgb(175,2,159); }

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

border-color css

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

 span { border-color: rgb(175,2,159); }

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