Html Css Color HEX #AF09AA Deep Magenta

📋 copy color: '#AF09AA'

red 175 ◦ green 9 ◦ blue 170

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

Shades of Deep Magenta #AF09AA

Tints of Deep Magenta #AF09AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 49.44%
G = 2.54%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF09AA (or 0xAF09AA) is known color: Deep Magenta. HEX triplet: AF, 09 and AA. RGB value is (175,9,170). Sum of RGB (Red+Green+Blue) = 175+9+170=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF09AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF09AA is #50F655. Grayscale: #4C4C4C. Windows color (decimal): -5305942 or 11143599. OLE color: 11143599.

HSL color Cylindrical-coordinate representation of color #AF09AA: hue angle of 301.81º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF09AA is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 170 -
CMYK 0 0.95 0.03 0.31
HSL 301.81º 0.9% 0.36% -
HSV(B) 301.81º 0.95% 0.69% -
XYZ 25.03 12.21 39.07 -
YUV 76.99 180.5 197.91 -
System Red Green Blue C M Y K H S L
Decimal 175 9 170 0 0.95 0.03 0.31 301.81 0.9 0.36
Hex AF 9 AA 0 5F 3 1F 12E 5A 24
Octal 257 11 252 0 137 3 37 456 132 44
Binary 10101111 1001 10101010 0 1011111 11 11111 100101110 1011010 100100

Color Harmonies of #AF09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09AA

Black with #AF09AA

Text Example


Text Example

White with #AF09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09AA; }

 p { color: rgb(175,9,170); }

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

background-color css

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

 a { background-color: rgb(175,9,170); }

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

border-color css

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

 span { border-color: rgb(175,9,170); }

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