#AF0CBA

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

Shades of Deep Magenta #AF0CBA

Tints of Deep Magenta #AF0CBA

Color information

#AF0CBA (or 0xAF0CBA) is unknown color: approx Deep Magenta. HEX triplet: AF, 0C and BA. RGB value is (175,12,186). Sum of RGB (Red+Green+Blue) = 175+12+186=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF0CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CBA is #50F345. Grayscale: #505050. Windows color (decimal): -5305158 or 12192943. OLE color: 12192943.

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

Color convert

RGB17512186-
CMYK0.060.9400.27
HSL296.21º87.88%38.82%-
HSV(B)296.21º93.55%72.94%-
XYZ26.6712.9247.54-
YUV80.57187.5195.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 12 (5.08% from 255) = 3.22%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=46.92%
G=3.22%
B=49.87%

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
Decimal175121860.060.9400.27296.2187.8838.82
HexAFCBA65E01B1285827
Octal25714272613603345013047
Binary1010111111001011101011010111100110111001010001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0CBA; }

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

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

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

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

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

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

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

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