#A912BA

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

Shades of Dark Violet #A912BA

Tints of Dark Violet #A912BA

Color information

#A912BA (or 0xA912BA) is unknown color: approx Dark Violet. HEX triplet: A9, 12 and BA. RGB value is (169,18,186). Sum of RGB (Red+Green+Blue) = 169+18+186=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 18 (7.42% from 255 or 4.83% 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 #A912BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A912BA is #56ED45. Grayscale: #515151. Windows color (decimal): -5696838 or 12194473. OLE color: 12194473.

HSL color Cylindrical-coordinate representation of color #A912BA: hue angle of 293.93º 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 #A912BA is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16918186-
CMYK0.090.9000.27
HSL293.93º82.35%40%-
HSV(B)293.93º90.32%72.94%-
XYZ25.4412.4147.51-
YUV82.3186.53189.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 18 (7.42% from 255) = 4.83%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=45.31%
G=4.83%
B=49.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169181860.090.9000.27293.9382.3540
HexA912BA95A01B1265228
Octal251222721113203344612250
Binary101010011001010111010100110110100110111001001101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A912BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A912BA; }

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

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

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

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

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

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

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

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