Html Css Color HEX #A600CE Dark Violet

📋 copy color: '#A600CE'

red 166 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #A600CE

Tints of Dark Violet #A600CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 44.62%
G = 0%
B = 55.38%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A600CE (or 0xA600CE) is known color: Dark Violet. HEX triplet: A6, 00 and CE. RGB value is (166,0,206). Sum of RGB (Red+Green+Blue) = 166+0+206=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #A600CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600CE is #59FF31. Grayscale: #484848. Windows color (decimal): -5898034 or 13500582. OLE color: 13500582.

HSL color Cylindrical-coordinate representation of color #A600CE: hue angle of 288.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600CE is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 0 206 -
CMYK 0.19 1 0 0.19
HSL 288.35º 1% 0.4% -
HSV(B) 288.35º 1% 0.81% -
XYZ 26.87 12.56 59.4 -
YUV 73.12 203 194.25 -
System Red Green Blue C M Y K H S L
Decimal 166 0 206 0.19 1 0 0.19 288.35 1 0.4
Hex A6 0 CE 13 64 0 13 120 64 28
Octal 246 0 316 23 144 0 23 440 144 50
Binary 10100110 0 11001110 10011 1100100 0 10011 100100000 1100100 101000

Color Harmonies of #A600CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600CE

Black with #A600CE

Text Example


Text Example

White with #A600CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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