Html Css Color HEX #AF029A Dark Magenta

📋 copy color: '#AF029A'

red 175 ◦ green 2 ◦ blue 154

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

Shades of Dark Magenta #AF029A

Tints of Dark Magenta #AF029A

RGB

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

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

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

R = 52.87%
G = 0.6%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF029A (or 0xAF029A) is known color: Dark Magenta. HEX triplet: AF, 02 and 9A. RGB value is (175,2,154). Sum of RGB (Red+Green+Blue) = 175+2+154=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF029A is #50FD65. Grayscale: #464646. Windows color (decimal): -5307750 or 10093231. OLE color: 10093231.

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

Color convert

RGB 175 2 154 -
CMYK 0 0.99 0.12 0.31
HSL 307.28º 0.98% 0.35% -
HSV(B) 307.28º 0.99% 0.69% -
XYZ 23.53 11.49 31.55 -
YUV 71.06 174.81 202.14 -
System Red Green Blue C M Y K H S L
Decimal 175 2 154 0 0.99 0.12 0.31 307.28 0.98 0.35
Hex AF 2 9A 0 63 C 1F 133 62 23
Octal 257 2 232 0 143 14 37 463 142 43
Binary 10101111 10 10011010 0 1100011 1100 11111 100110011 1100010 100011

Color Harmonies of #AF029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF029A

Black with #AF029A

Text Example


Text Example

White with #AF029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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