#AF0FDC

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

Shades of Dark Violet #AF0FDC

Tints of Dark Violet #AF0FDC

Color information

#AF0FDC (or 0xAF0FDC) is unknown color: approx Dark Violet. HEX triplet: AF, 0F and DC. RGB value is (175,15,220). Sum of RGB (Red+Green+Blue) = 175+15+220=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF0FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FDC is #50F023. Grayscale: #555555. Windows color (decimal): -5304356 or 14421935. OLE color: 14421935.

HSL color Cylindrical-coordinate representation of color #AF0FDC: hue angle of 286.83º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0FDC is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17515220-
CMYK0.200.9300.14
HSL286.83º87.23%46.08%-
HSV(B)286.83º93.18%86.27%-
XYZ30.7714.6268.91-
YUV86.21203.51191.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 15 (6.25% from 255) = 3.66%
BLUE value IS 220 (86.33% from 255) = 53.66%
R=42.68%
G=3.66%
B=53.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal175152200.200.9300.14286.8387.2346.08
HexAFFDC145D0E11f572e
Octal257173342413501643712756
Binary10101111111111011100101001011101011101000111111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0FDC; }

 p { color: rgb(175,15,220); }

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

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

 a { background-color: rgb(175,15,220); }

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

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

 span { border-color: rgb(175,15,220); }

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