Html Css Color HEX #AF09BA Deep Magenta

📋 copy color: '#AF09BA'

red 175 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #AF09BA

Tints of Deep Magenta #AF09BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 47.3%
G = 2.43%
B = 50.27%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF09BA (or 0xAF09BA) is known color: Deep Magenta. HEX triplet: AF, 09 and BA. RGB value is (175,9,186). Sum of RGB (Red+Green+Blue) = 175+9+186=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09BA is #50F645. Grayscale: #4E4E4E. Windows color (decimal): -5305926 or 12192175. OLE color: 12192175.

HSL color Cylindrical-coordinate representation of color #AF09BA: hue angle of 296.27º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF09BA is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 9 186 -
CMYK 0.06 0.95 0 0.27
HSL 296.27º 0.91% 0.38% -
HSV(B) 296.27º 0.95% 0.73% -
XYZ 26.64 12.85 47.53 -
YUV 78.81 188.5 196.61 -
System Red Green Blue C M Y K H S L
Decimal 175 9 186 0.06 0.95 0 0.27 296.27 0.91 0.38
Hex AF 9 BA 6 5F 0 1B 128 5B 26
Octal 257 11 272 6 137 0 33 450 133 46
Binary 10101111 1001 10111010 110 1011111 0 11011 100101000 1011011 100110

Color Harmonies of #AF09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09BA

Black with #AF09BA

Text Example


Text Example

White with #AF09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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