Html Css Color HEX #AF09B4 Deep Magenta

📋 copy color: '#AF09B4'

red 175 ◦ green 9 ◦ blue 180

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

Shades of Deep Magenta #AF09B4

Tints of Deep Magenta #AF09B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.45%

R = 48.08%
G = 2.47%
B = 49.45%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF09B4 (or 0xAF09B4) is known color: Deep Magenta. HEX triplet: AF, 09 and B4. RGB value is (175,9,180). Sum of RGB (Red+Green+Blue) = 175+9+180=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 180 (70.70% from 255 or 49.45% from 364); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF09B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09B4 is #50F64B. Grayscale: #4D4D4D. Windows color (decimal): -5305932 or 11798959. OLE color: 11798959.

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

Color convert

RGB 175 9 180 -
CMYK 0.03 0.95 0 0.29
HSL 298.25º 0.9% 0.37% -
HSV(B) 298.25º 0.95% 0.71% -
XYZ 26.02 12.6 44.24 -
YUV 78.13 185.5 197.1 -
System Red Green Blue C M Y K H S L
Decimal 175 9 180 0.03 0.95 0 0.29 298.25 0.9 0.37
Hex AF 9 B4 3 5F 0 1D 12A 5A 25
Octal 257 11 264 3 137 0 35 452 132 45
Binary 10101111 1001 10110100 11 1011111 0 11101 100101010 1011010 100101

Color Harmonies of #AF09B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09B4

Black with #AF09B4

Text Example


Text Example

White with #AF09B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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