#A412BA

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

Shades of Dark Violet #A412BA

Tints of Dark Violet #A412BA

Color information

#A412BA (or 0xA412BA) is unknown color: approx Dark Violet. HEX triplet: A4, 12 and BA. RGB value is (164,18,186). Sum of RGB (Red+Green+Blue) = 164+18+186=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #A412BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412BA is #5BED45. Grayscale: #505050. Windows color (decimal): -6024518 or 12194468. OLE color: 12194468.

HSL color Cylindrical-coordinate representation of color #A412BA: hue angle of 292.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A412BA is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16418186-
CMYK0.120.9000.27
HSL292.14º82.35%40%-
HSV(B)292.14º90.32%72.94%-
XYZ24.3911.8747.46-
YUV80.81187.37187.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 18 (7.42% from 255) = 4.89%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=44.57%
G=4.89%
B=50.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164181860.120.9000.27292.1482.3540
HexA412BAC5A01B1245228
Octal244222721413203344412250
Binary101001001001010111010110010110100110111001001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A412BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A412BA; }

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

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

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

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

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

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

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

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