Html Css Color HEX #AF09AB Deep Magenta

📋 copy color: '#AF09AB'

red 175 ◦ green 9 ◦ blue 171

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

Shades of Deep Magenta #AF09AB

Tints of Deep Magenta #AF09AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.17%

R = 49.3%
G = 2.54%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF09AB (or 0xAF09AB) is known color: Deep Magenta. HEX triplet: AF, 09 and AB. RGB value is (175,9,171). Sum of RGB (Red+Green+Blue) = 175+9+171=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF09AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF09AB is #50F654. Grayscale: #4C4C4C. Windows color (decimal): -5305941 or 11209135. OLE color: 11209135.

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

Color convert

RGB 175 9 171 -
CMYK 0 0.95 0.02 0.31
HSL 301.45º 0.9% 0.36% -
HSV(B) 301.45º 0.95% 0.69% -
XYZ 25.13 12.25 39.57 -
YUV 77.1 181 197.83 -
System Red Green Blue C M Y K H S L
Decimal 175 9 171 0 0.95 0.02 0.31 301.45 0.9 0.36
Hex AF 9 AB 0 5F 2 1F 12D 5A 24
Octal 257 11 253 0 137 2 37 455 132 44
Binary 10101111 1001 10101011 0 1011111 10 11111 100101101 1011010 100100

Color Harmonies of #AF09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09AB

Black with #AF09AB

Text Example


Text Example

White with #AF09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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