Html Css Color HEX #A608DC Dark Violet

📋 copy color: '#A608DC'

red 166 ◦ green 8 ◦ blue 220

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

Shades of Dark Violet #A608DC

Tints of Dark Violet #A608DC

RGB

 RED value IS 166 (65.23% from 255) = 42.13%

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

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

R = 42.13%
G = 2.03%
B = 55.84%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A608DC (or 0xA608DC) is known color: Dark Violet. HEX triplet: A6, 08 and DC. RGB value is (166,8,220). Sum of RGB (Red+Green+Blue) = 166+8+220=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #A608DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608DC is #59F723. Grayscale: #4E4E4E. Windows color (decimal): -5895972 or 14420134. OLE color: 14420134.

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

Color convert

RGB 166 8 220 -
CMYK 0.25 0.96 0 0.14
HSL 284.72º 0.93% 0.45% -
HSV(B) 284.72º 0.96% 0.86% -
XYZ 28.73 13.45 68.79 -
YUV 79.41 207.35 189.76 -
System Red Green Blue C M Y K H S L
Decimal 166 8 220 0.25 0.96 0 0.14 284.72 0.93 0.45
Hex A6 8 DC 19 60 0 E 11D 5D 2D
Octal 246 10 334 31 140 0 16 435 135 55
Binary 10100110 1000 11011100 11001 1100000 0 1110 100011101 1011101 101101

Color Harmonies of #A608DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A608DC

Black with #A608DC

Text Example


Text Example

White with #A608DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A608DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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