#A912C2

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

Shades of Dark Violet #A912C2

Tints of Dark Violet #A912C2

Color information

#A912C2 (or 0xA912C2) is unknown color: approx Dark Violet. HEX triplet: A9, 12 and C2. RGB value is (169,18,194). Sum of RGB (Red+Green+Blue) = 169+18+194=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 194 (76.17% from 255 or 50.92% from 381); Max value from RGB is 194 - color contains mainly: blue. Hex color #A912C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A912C2 is #56ED3D. Grayscale: #525252. Windows color (decimal): -5696830 or 12718761. OLE color: 12718761.

HSL color Cylindrical-coordinate representation of color #A912C2: hue angle of 291.48º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A912C2 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16918194-
CMYK0.130.9100.24
HSL291.48º83.02%41.57%-
HSV(B)291.48º90.72%76.08%-
XYZ26.3212.7652.12-
YUV83.21190.53189.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 18 (7.42% from 255) = 4.72%
BLUE value IS 194 (76.17% from 255) = 50.92%
R=44.36%
G=4.72%
B=50.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169181940.130.9100.24291.4883.0241.57
HexA912C2D5B018123532a
Octal251223021513303044312352
Binary101010011001011000010110110110110110001001000111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A912C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A912C2; }

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

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

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

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

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

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

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

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