Html Css Color HEX #A008DC Dark Violet

📋 copy color: '#A008DC'

red 160 ◦ green 8 ◦ blue 220

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

Shades of Dark Violet #A008DC

Tints of Dark Violet #A008DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 41.24%
G = 2.06%
B = 56.7%

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

#A008DC (or 0xA008DC) is known color: Dark Violet. HEX triplet: A0, 08 and DC. RGB value is (160,8,220). Sum of RGB (Red+Green+Blue) = 160+8+220=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #A008DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008DC is #5FF723. Grayscale: #4C4C4C. Windows color (decimal): -6289188 or 14420128. OLE color: 14420128.

HSL color Cylindrical-coordinate representation of color #A008DC: hue angle of 283.02º 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 #A008DC is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 8 220 -
CMYK 0.27 0.96 0 0.14
HSL 283.02º 0.93% 0.45% -
HSV(B) 283.02º 0.96% 0.86% -
XYZ 27.5 12.81 68.73 -
YUV 77.62 208.36 186.76 -
System Red Green Blue C M Y K H S L
Decimal 160 8 220 0.27 0.96 0 0.14 283.02 0.93 0.45
Hex A0 8 DC 1B 60 0 E 11B 5D 2D
Octal 240 10 334 33 140 0 16 433 135 55
Binary 10100000 1000 11011100 11011 1100000 0 1110 100011011 1011101 101101

Color Harmonies of #A008DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008DC

Black with #A008DC

Text Example


Text Example

White with #A008DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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