Html Css Color HEX #A600EC Dark Violet

📋 copy color: '#A600EC'

red 166 ◦ green 0 ◦ blue 236

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

Shades of Dark Violet #A600EC

Tints of Dark Violet #A600EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.71%

R = 41.29%
G = 0%
B = 58.71%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A600EC (or 0xA600EC) is known color: Dark Violet. HEX triplet: A6, 00 and EC. RGB value is (166,0,236). Sum of RGB (Red+Green+Blue) = 166+0+236=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #A600EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A600EC is #59FF13. Grayscale: #4B4B4B. Windows color (decimal): -5898004 or 15466662. OLE color: 15466662.

HSL color Cylindrical-coordinate representation of color #A600EC: hue angle of 282.2º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600EC is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 0 236 -
CMYK 0.30 1 0 0.07
HSL 282.2º 1% 0.46% -
HSV(B) 282.2º 1% 0.93% -
XYZ 30.87 14.16 80.46 -
YUV 76.54 218 191.81 -
System Red Green Blue C M Y K H S L
Decimal 166 0 236 0.30 1 0 0.07 282.2 1 0.46
Hex A6 0 EC 1E 64 0 7 11A 64 2E
Octal 246 0 354 36 144 0 7 432 144 56
Binary 10100110 0 11101100 11110 1100100 0 111 100011010 1100100 101110

Color Harmonies of #A600EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600EC

Black with #A600EC

Text Example


Text Example

White with #A600EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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