#AF0CCE

Color #AF0CCE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AF0CCE

Tints of Dark Violet #AF0CCE

Color information

#AF0CCE (or 0xAF0CCE) is unknown color: approx Dark Violet. HEX triplet: AF, 0C and CE. RGB value is (175,12,206). Sum of RGB (Red+Green+Blue) = 175+12+206=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF0CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CCE is #50F331. Grayscale: #525252. Windows color (decimal): -5305138 or 13503663. OLE color: 13503663.

HSL color Cylindrical-coordinate representation of color #AF0CCE: hue angle of 290.41º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CCE is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17512206-
CMYK0.150.9400.19
HSL290.41º88.99%42.75%-
HSV(B)290.41º94.17%80.78%-
XYZ28.9513.8359.54-
YUV82.85197.5193.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 12 (5.08% from 255) = 3.05%
BLUE value IS 206 (80.86% from 255) = 52.42%
R=44.53%
G=3.05%
B=52.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal175122060.150.9400.19290.4188.9942.75
HexAFCCEF5E013122592b
Octal257143161713602344213153
Binary10101111110011001110111110111100100111001000101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0CCE; }

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

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

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

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

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

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

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

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