#A20DBE

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

Shades of Dark Violet #A20DBE

Tints of Dark Violet #A20DBE

Color information

#A20DBE (or 0xA20DBE) is unknown color: approx Dark Violet. HEX triplet: A2, 0D and BE. RGB value is (162,13,190). Sum of RGB (Red+Green+Blue) = 162+13+190=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #A20DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DBE is #5DF241. Grayscale: #4D4D4D. Windows color (decimal): -6156866 or 12455330. OLE color: 12455330.

HSL color Cylindrical-coordinate representation of color #A20DBE: hue angle of 290.51º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20DBE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16213190-
CMYK0.150.9300.25
HSL290.51º87.19%39.8%-
HSV(B)290.51º93.16%74.51%-
XYZ24.3411.6949.69-
YUV77.73191.36188.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 13 (5.47% from 255) = 3.56%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=44.38%
G=3.56%
B=52.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162131900.150.9300.25290.5187.1939.8
HexA2DBEF5D0191235728
Octal242152761713503144312750
Binary10100010110110111110111110111010110011001000111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20DBE; }

 p { color: rgb(162,13,190); }

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

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

 a { background-color: rgb(162,13,190); }

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

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

 span { border-color: rgb(162,13,190); }

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