Html Css Color HEX #A00DB2 Dark Violet

📋 copy color: '#A00DB2'

red 160 ◦ green 13 ◦ blue 178

#A00DB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A00DB2

Tints of Dark Violet #A00DB2

RGB

 RED value IS 160 (62.89% from 255) = 45.58%

 GREEN value IS 13 (5.47% from 255) = 3.7%

 BLUE value IS 178 (69.92% from 255) = 50.71%

R = 45.58%
G = 3.7%
B = 50.71%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A00DB2 (or 0xA00DB2) is known color: Dark Violet. HEX triplet: A0, 0D and B2. RGB value is (160,13,178). Sum of RGB (Red+Green+Blue) = 160+13+178=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #A00DB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00DB2 is #5FF24D. Grayscale: #4B4B4B. Windows color (decimal): -6287950 or 11668896. OLE color: 11668896.

HSL color Cylindrical-coordinate representation of color #A00DB2: hue angle of 293.45º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00DB2 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 13 178 -
CMYK 0.10 0.93 0 0.30
HSL 293.45º 0.86% 0.37% -
HSV(B) 293.45º 0.93% 0.7% -
XYZ 22.68 10.98 43.04 -
YUV 75.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 160 13 178 0.10 0.93 0 0.30 293.45 0.86 0.37
Hex A0 D B2 A 5D 0 1E 125 56 25
Octal 240 15 262 12 135 0 36 445 126 45
Binary 10100000 1101 10110010 1010 1011101 0 11110 100100101 1010110 100101

Color Harmonies of #A00DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00DB2

Black with #A00DB2

Text Example


Text Example

White with #A00DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00DB2; }

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

 H1.HeaderClassName
 {
   color: #A00DB2;
 }
 .AnyTagClassName
 {
   color: #A00DB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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