Html Css Color HEX #A60CCE Dark Violet

📋 copy color: '#A60CCE'

red 166 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #A60CCE

Tints of Dark Violet #A60CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.13%

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

R = 43.23%
G = 3.13%
B = 53.65%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A60CCE (or 0xA60CCE) is known color: Dark Violet. HEX triplet: A6, 0C and CE. RGB value is (166,12,206). Sum of RGB (Red+Green+Blue) = 166+12+206=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #A60CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CCE is #59F331. Grayscale: #4F4F4F. Windows color (decimal): -5894962 or 13503654. OLE color: 13503654.

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

Color convert

RGB 166 12 206 -
CMYK 0.19 0.94 0 0.19
HSL 287.63º 0.89% 0.43% -
HSV(B) 287.63º 0.94% 0.81% -
XYZ 27 12.83 59.45 -
YUV 80.16 199.02 189.23 -
System Red Green Blue C M Y K H S L
Decimal 166 12 206 0.19 0.94 0 0.19 287.63 0.89 0.43
Hex A6 C CE 13 5E 0 13 120 59 2B
Octal 246 14 316 23 136 0 23 440 131 53
Binary 10100110 1100 11001110 10011 1011110 0 10011 100100000 1011001 101011

Color Harmonies of #A60CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CCE

Black with #A60CCE

Text Example


Text Example

White with #A60CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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