#A912BD

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

Shades of Dark Violet #A912BD

Tints of Dark Violet #A912BD

Color information

#A912BD (or 0xA912BD) is unknown color: approx Dark Violet. HEX triplet: A9, 12 and BD. RGB value is (169,18,189). Sum of RGB (Red+Green+Blue) = 169+18+189=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #A912BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A912BD is #56ED42. Grayscale: #525252. Windows color (decimal): -5696835 or 12391081. OLE color: 12391081.

HSL color Cylindrical-coordinate representation of color #A912BD: hue angle of 292.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A912BD is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16918189-
CMYK0.110.9000.26
HSL292.98º82.61%40.59%-
HSV(B)292.98º90.48%74.12%-
XYZ25.7612.5449.21-
YUV82.64188.03189.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.95%
GREEN value IS 18 (7.42% from 255) = 4.79%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=44.95%
G=4.79%
B=50.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169181890.110.9000.26292.9882.6140.59
HexA912BDB5A01A1255329
Octal251222751313203244512351
Binary101010011001010111101101110110100110101001001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A912BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A912BD; }

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

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

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

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

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

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

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

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