Html Css Color HEX #A008DB Dark Violet

📋 copy color: '#A008DB'

red 160 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #A008DB

Tints of Dark Violet #A008DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

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

R = 41.34%
G = 2.07%
B = 56.59%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A008DB (or 0xA008DB) is known color: Dark Violet. HEX triplet: A0, 08 and DB. RGB value is (160,8,219). Sum of RGB (Red+Green+Blue) = 160+8+219=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #A008DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008DB is #5FF724. Grayscale: #4C4C4C. Windows color (decimal): -6289189 or 14354592. OLE color: 14354592.

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

Color convert

RGB 160 8 219 -
CMYK 0.27 0.96 0 0.14
HSL 283.22º 0.93% 0.45% -
HSV(B) 283.22º 0.96% 0.86% -
XYZ 27.37 12.76 68.04 -
YUV 77.5 207.86 186.84 -
System Red Green Blue C M Y K H S L
Decimal 160 8 219 0.27 0.96 0 0.14 283.22 0.93 0.45
Hex A0 8 DB 1B 60 0 E 11B 5D 2D
Octal 240 10 333 33 140 0 16 433 135 55
Binary 10100000 1000 11011011 11011 1100000 0 1110 100011011 1011101 101101

Color Harmonies of #A008DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008DB

Black with #A008DB

Text Example


Text Example

White with #A008DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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