#A412CF

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

Shades of Dark Violet #A412CF

Tints of Dark Violet #A412CF

Color information

#A412CF (or 0xA412CF) is unknown color: approx Dark Violet. HEX triplet: A4, 12 and CF. RGB value is (164,18,207). Sum of RGB (Red+Green+Blue) = 164+18+207=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #A412CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412CF is #5BED30. Grayscale: #525252. Windows color (decimal): -6024497 or 13570724. OLE color: 13570724.

HSL color Cylindrical-coordinate representation of color #A412CF: hue angle of 286.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A412CF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16418207-
CMYK0.210.9100.19
HSL286.35º84%44.12%-
HSV(B)286.35º91.3%81.18%-
XYZ26.7912.8360.1-
YUV83.2197.87185.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 18 (7.42% from 255) = 4.63%
BLUE value IS 207 (81.25% from 255) = 53.21%
R=42.16%
G=4.63%
B=53.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164182070.210.9100.19286.358444.12
HexA412CF155B01311e542c
Octal244223172513302343612454
Binary1010010010010110011111010110110110100111000111101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A412CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A412CF; }

 p { color: rgb(164,18,207); }

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

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

 a { background-color: rgb(164,18,207); }

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

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

 span { border-color: rgb(164,18,207); }

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