Html Css Color HEX #A00ADB Dark Violet

📋 copy color: '#A00ADB'

red 160 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #A00ADB

Tints of Dark Violet #A00ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.57%

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 41.13%
G = 2.57%
B = 56.3%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A00ADB (or 0xA00ADB) is known color: Dark Violet. HEX triplet: A0, 0A and DB. RGB value is (160,10,219). Sum of RGB (Red+Green+Blue) = 160+10+219=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #A00ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ADB is #5FF524. Grayscale: #4D4D4D. Windows color (decimal): -6288677 or 14355104. OLE color: 14355104.

HSL color Cylindrical-coordinate representation of color #A00ADB: hue angle of 283.06º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00ADB is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 10 219 -
CMYK 0.27 0.95 0 0.14
HSL 283.06º 0.91% 0.45% -
HSV(B) 283.06º 0.95% 0.86% -
XYZ 27.39 12.81 68.05 -
YUV 78.68 207.2 186.01 -
System Red Green Blue C M Y K H S L
Decimal 160 10 219 0.27 0.95 0 0.14 283.06 0.91 0.45
Hex A0 A DB 1B 5F 0 E 11B 5B 2D
Octal 240 12 333 33 137 0 16 433 133 55
Binary 10100000 1010 11011011 11011 1011111 0 1110 100011011 1011011 101101

Color Harmonies of #A00ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00ADB

Black with #A00ADB

Text Example


Text Example

White with #A00ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00ADB; }

 p { color: rgb(160,10,219); }

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

background-color css

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

 a { background-color: rgb(160,10,219); }

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

border-color css

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

 span { border-color: rgb(160,10,219); }

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