Html Css Color HEX #AF09BC Deep Magenta

📋 copy color: '#AF09BC'

red 175 ◦ green 9 ◦ blue 188

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

Shades of Deep Magenta #AF09BC

Tints of Deep Magenta #AF09BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 47.04%
G = 2.42%
B = 50.54%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF09BC (or 0xAF09BC) is known color: Deep Magenta. HEX triplet: AF, 09 and BC. RGB value is (175,9,188). Sum of RGB (Red+Green+Blue) = 175+9+188=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF09BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09BC is #50F643. Grayscale: #4E4E4E. Windows color (decimal): -5305924 or 12323247. OLE color: 12323247.

HSL color Cylindrical-coordinate representation of color #AF09BC: hue angle of 295.64º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF09BC is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 9 188 -
CMYK 0.07 0.95 0 0.26
HSL 295.64º 0.91% 0.39% -
HSV(B) 295.64º 0.95% 0.74% -
XYZ 26.85 12.94 48.66 -
YUV 79.04 189.5 196.45 -
System Red Green Blue C M Y K H S L
Decimal 175 9 188 0.07 0.95 0 0.26 295.64 0.91 0.39
Hex AF 9 BC 7 5F 0 1A 128 5B 27
Octal 257 11 274 7 137 0 32 450 133 47
Binary 10101111 1001 10111100 111 1011111 0 11010 100101000 1011011 100111

Color Harmonies of #AF09BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09BC

Black with #AF09BC

Text Example


Text Example

White with #AF09BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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