Html Css Color HEX #AF01A9 Deep Magenta

📋 copy color: '#AF01A9'

red 175 ◦ green 1 ◦ blue 169

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

Shades of Deep Magenta #AF01A9

Tints of Deep Magenta #AF01A9

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 169 (66.41% from 255) = 48.99%

R = 50.72%
G = 0.29%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF01A9 (or 0xAF01A9) is known color: Deep Magenta. HEX triplet: AF, 01 and A9. RGB value is (175,1,169). Sum of RGB (Red+Green+Blue) = 175+1+169=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF01A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF01A9 is #50FE56. Grayscale: #474747. Windows color (decimal): -5307991 or 11076015. OLE color: 11076015.

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

Color convert

RGB 175 1 169 -
CMYK 0 0.99 0.03 0.31
HSL 302.07º 0.99% 0.35% -
HSV(B) 302.07º 0.99% 0.69% -
XYZ 24.85 12 38.54 -
YUV 72.18 182.65 201.34 -
System Red Green Blue C M Y K H S L
Decimal 175 1 169 0 0.99 0.03 0.31 302.07 0.99 0.35
Hex AF 1 A9 0 63 3 1F 12E 63 23
Octal 257 1 251 0 143 3 37 456 143 43
Binary 10101111 1 10101001 0 1100011 11 11111 100101110 1100011 100011

Color Harmonies of #AF01A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01A9

Black with #AF01A9

Text Example


Text Example

White with #AF01A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01A9; }

 p { color: rgb(175,1,169); }

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

background-color css

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

 a { background-color: rgb(175,1,169); }

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

border-color css

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

 span { border-color: rgb(175,1,169); }

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