Html Css Color HEX #A005DB Dark Violet

📋 copy color: '#A005DB'

red 160 ◦ green 5 ◦ blue 219

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

Shades of Dark Violet #A005DB

Tints of Dark Violet #A005DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

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

R = 41.67%
G = 1.3%
B = 57.03%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A005DB (or 0xA005DB) is known color: Dark Violet. HEX triplet: A0, 05 and DB. RGB value is (160,5,219). Sum of RGB (Red+Green+Blue) = 160+5+219=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #A005DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005DB is #5FFA24. Grayscale: #4B4B4B. Windows color (decimal): -6289957 or 14353824. OLE color: 14353824.

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

Color convert

RGB 160 5 219 -
CMYK 0.27 0.98 0 0.14
HSL 283.46º 0.96% 0.44% -
HSV(B) 283.46º 0.98% 0.86% -
XYZ 27.34 12.7 68.03 -
YUV 75.74 208.85 188.1 -
System Red Green Blue C M Y K H S L
Decimal 160 5 219 0.27 0.98 0 0.14 283.46 0.96 0.44
Hex A0 5 DB 1B 62 0 E 11B 60 2C
Octal 240 5 333 33 142 0 16 433 140 54
Binary 10100000 101 11011011 11011 1100010 0 1110 100011011 1100000 101100

Color Harmonies of #A005DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005DB

Black with #A005DB

Text Example


Text Example

White with #A005DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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