#AF0BBB

Color #AF0BBB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AF0BBB

Tints of Deep Magenta #AF0BBB

Color information

#AF0BBB (or 0xAF0BBB) is unknown color: approx Deep Magenta. HEX triplet: AF, 0B and BB. RGB value is (175,11,187). Sum of RGB (Red+Green+Blue) = 175+11+187=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF0BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BBB is #50F444. Grayscale: #4F4F4F. Windows color (decimal): -5305413 or 12258223. OLE color: 12258223.

HSL color Cylindrical-coordinate representation of color #AF0BBB: hue angle of 295.91º 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 #AF0BBB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17511187-
CMYK0.060.9400.27
HSL295.91º88.89%38.82%-
HSV(B)295.91º94.12%73.33%-
XYZ26.7712.9448.1-
YUV80.1188.33195.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 11 (4.69% from 255) = 2.95%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=46.92%
G=2.95%
B=50.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175111870.060.9400.27295.9188.8938.82
HexAFBBB65E01B1285927
Octal25713273613603345013147
Binary1010111110111011101111010111100110111001010001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0BBB; }

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

 H1.HeaderClassName
 {
   color: #AF0BBB;
 }
 .AnyTagClassName
 {
   color: #AF0BBB;
 }
</style>
background-color css

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

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

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

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

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

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