Html Css Color HEX #AF0BBA Deep Magenta

📋 copy color: '#AF0BBA'

red 175 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #AF0BBA

Tints of Deep Magenta #AF0BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.96%

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

R = 47.04%
G = 2.96%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF0BBA (or 0xAF0BBA) is known color: Deep Magenta. HEX triplet: AF, 0B and BA. RGB value is (175,11,186). Sum of RGB (Red+Green+Blue) = 175+11+186=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF0BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BBA is #50F445. Grayscale: #4F4F4F. Windows color (decimal): -5305414 or 12192687. OLE color: 12192687.

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

Color convert

RGB 175 11 186 -
CMYK 0.06 0.94 0 0.27
HSL 296.23º 0.89% 0.39% -
HSV(B) 296.23º 0.94% 0.73% -
XYZ 26.66 12.9 47.54 -
YUV 79.99 187.83 195.77 -
System Red Green Blue C M Y K H S L
Decimal 175 11 186 0.06 0.94 0 0.27 296.23 0.89 0.39
Hex AF B BA 6 5E 0 1B 128 59 27
Octal 257 13 272 6 136 0 33 450 131 47
Binary 10101111 1011 10111010 110 1011110 0 11011 100101000 1011001 100111

Color Harmonies of #AF0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BBA

Black with #AF0BBA

Text Example


Text Example

White with #AF0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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