#A812BD

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

Shades of Dark Violet #A812BD

Tints of Dark Violet #A812BD

Color information

#A812BD (or 0xA812BD) is unknown color: approx Dark Violet. HEX triplet: A8, 12 and BD. RGB value is (168,18,189). Sum of RGB (Red+Green+Blue) = 168+18+189=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #A812BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812BD is #57ED42. Grayscale: #515151. Windows color (decimal): -5762371 or 12391080. OLE color: 12391080.

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

Color convert

RGB16818189-
CMYK0.110.9000.26
HSL292.63º82.61%40.59%-
HSV(B)292.63º90.48%74.12%-
XYZ25.5512.4349.2-
YUV82.34188.2189.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 18 (7.42% from 255) = 4.8%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=44.8%
G=4.8%
B=50.4%

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
Decimal168181890.110.9000.26292.6382.6140.59
HexA812BDB5A01A1255329
Octal250222751313203244512351
Binary101010001001010111101101110110100110101001001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A812BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A812BD; }

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

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

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

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

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

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

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

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