Html Css Color HEX #A000DB Dark Violet

📋 copy color: '#A000DB'

red 160 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #A000DB

Tints of Dark Violet #A000DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.22%
G = 0%
B = 57.78%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A000DB (or 0xA000DB) is known color: Dark Violet. HEX triplet: A0, 00 and DB. RGB value is (160,0,219). Sum of RGB (Red+Green+Blue) = 160+0+219=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #A000DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000DB is #5FFF24. Grayscale: #484848. Windows color (decimal): -6291237 or 14352544. OLE color: 14352544.

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

Color convert

RGB 160 0 219 -
CMYK 0.27 1 0 0.14
HSL 283.84º 1% 0.43% -
HSV(B) 283.84º 1% 0.86% -
XYZ 27.28 12.59 68.01 -
YUV 72.81 210.51 190.19 -
System Red Green Blue C M Y K H S L
Decimal 160 0 219 0.27 1 0 0.14 283.84 1 0.43
Hex A0 0 DB 1B 64 0 E 11C 64 2B
Octal 240 0 333 33 144 0 16 434 144 53
Binary 10100000 0 11011011 11011 1100100 0 1110 100011100 1100100 101011

Color Harmonies of #A000DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000DB

Black with #A000DB

Text Example


Text Example

White with #A000DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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