#A00DB5

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

Shades of Dark Violet #A00DB5

Tints of Dark Violet #A00DB5

Color information

#A00DB5 (or 0xA00DB5) is unknown color: approx Dark Violet. HEX triplet: A0, 0D and B5. RGB value is (160,13,181). Sum of RGB (Red+Green+Blue) = 160+13+181=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #A00DB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DB5 is #5FF24A. Grayscale: #4B4B4B. Windows color (decimal): -6287947 or 11865504. OLE color: 11865504.

HSL color Cylindrical-coordinate representation of color #A00DB5: hue angle of 292.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00DB5 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16013181-
CMYK0.120.9300.29
HSL292.5º86.6%38.04%-
HSV(B)292.5º92.82%70.98%-
XYZ22.9811.144.65-
YUV76.1187.2187.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 13 (5.47% from 255) = 3.67%
BLUE value IS 181 (71.09% from 255) = 51.13%
R=45.20%
G=3.67%
B=51.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160131810.120.9300.29292.586.638.04
HexA0DB5C5D01D1245726
Octal240152651413503544412746
Binary10100000110110110101110010111010111011001001001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00DB5; }

 p { color: rgb(160,13,181); }

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

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

 a { background-color: rgb(160,13,181); }

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

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

 span { border-color: rgb(160,13,181); }

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