Html Css Color HEX #AF09AD Deep Magenta

📋 copy color: '#AF09AD'

red 175 ◦ green 9 ◦ blue 173

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

Shades of Deep Magenta #AF09AD

Tints of Deep Magenta #AF09AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 49.02%
G = 2.52%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF09AD (or 0xAF09AD) is known color: Deep Magenta. HEX triplet: AF, 09 and AD. RGB value is (175,9,173). Sum of RGB (Red+Green+Blue) = 175+9+173=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF09AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF09AD is #50F652. Grayscale: #4C4C4C. Windows color (decimal): -5305939 or 11340207. OLE color: 11340207.

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

Color convert

RGB 175 9 173 -
CMYK 0 0.95 0.01 0.31
HSL 300.72º 0.9% 0.36% -
HSV(B) 300.72º 0.95% 0.69% -
XYZ 25.32 12.33 40.58 -
YUV 77.33 182 197.66 -
System Red Green Blue C M Y K H S L
Decimal 175 9 173 0 0.95 0.01 0.31 300.72 0.9 0.36
Hex AF 9 AD 0 5F 1 1F 12D 5A 24
Octal 257 11 255 0 137 1 37 455 132 44
Binary 10101111 1001 10101101 0 1011111 1 11111 100101101 1011010 100100

Color Harmonies of #AF09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09AD

Black with #AF09AD

Text Example


Text Example

White with #AF09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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