Html Css Color HEX #A600DC Dark Violet

📋 copy color: '#A600DC'

red 166 ◦ green 0 ◦ blue 220

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

Shades of Dark Violet #A600DC

Tints of Dark Violet #A600DC

RGB

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

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

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

R = 43.01%
G = 0%
B = 56.99%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A600DC (or 0xA600DC) is known color: Dark Violet. HEX triplet: A6, 00 and DC. RGB value is (166,0,220). Sum of RGB (Red+Green+Blue) = 166+0+220=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #A600DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600DC is #59FF23. Grayscale: #4A4A4A. Windows color (decimal): -5898020 or 14418086. OLE color: 14418086.

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

Color convert

RGB 166 0 220 -
CMYK 0.25 1 0 0.14
HSL 285.27º 1% 0.43% -
HSV(B) 285.27º 1% 0.86% -
XYZ 28.64 13.27 68.76 -
YUV 74.71 210 193.11 -
System Red Green Blue C M Y K H S L
Decimal 166 0 220 0.25 1 0 0.14 285.27 1 0.43
Hex A6 0 DC 19 64 0 E 11D 64 2B
Octal 246 0 334 31 144 0 16 435 144 53
Binary 10100110 0 11011100 11001 1100100 0 1110 100011101 1100100 101011

Color Harmonies of #A600DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600DC

Black with #A600DC

Text Example


Text Example

White with #A600DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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