#A813BE

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

Shades of Dark Violet #A813BE

Tints of Dark Violet #A813BE

Color information

#A813BE (or 0xA813BE) is unknown color: approx Dark Violet. HEX triplet: A8, 13 and BE. RGB value is (168,19,190). Sum of RGB (Red+Green+Blue) = 168+19+190=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #A813BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813BE is #57EC41. Grayscale: #525252. Windows color (decimal): -5762114 or 12456872. OLE color: 12456872.

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

Color convert

RGB16819190-
CMYK0.120.9000.25
HSL292.28º81.82%40.98%-
HSV(B)292.28º90%74.51%-
XYZ25.6812.5149.78-
YUV83.04188.36188.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 19 (7.81% from 255) = 5.04%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=44.56%
G=5.04%
B=50.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168191900.120.9000.25292.2881.8240.98
HexA813BEC5A0191245229
Octal250232761413203144412251
Binary101010001001110111110110010110100110011001001001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A813BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A813BE; }

 p { color: rgb(168,19,190); }

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

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

 a { background-color: rgb(168,19,190); }

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

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

 span { border-color: rgb(168,19,190); }

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