Html Css Color HEX #A60ACE Dark Violet

📋 copy color: '#A60ACE'

red 166 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #A60ACE

Tints of Dark Violet #A60ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.62%

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

R = 43.46%
G = 2.62%
B = 53.93%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A60ACE (or 0xA60ACE) is known color: Dark Violet. HEX triplet: A6, 0A and CE. RGB value is (166,10,206). Sum of RGB (Red+Green+Blue) = 166+10+206=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #A60ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ACE is #59F531. Grayscale: #4E4E4E. Windows color (decimal): -5895474 or 13503142. OLE color: 13503142.

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

Color convert

RGB 166 10 206 -
CMYK 0.19 0.95 0 0.19
HSL 287.76º 0.91% 0.42% -
HSV(B) 287.76º 0.95% 0.81% -
XYZ 26.98 12.78 59.44 -
YUV 78.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 166 10 206 0.19 0.95 0 0.19 287.76 0.91 0.42
Hex A6 A CE 13 5F 0 13 120 5B 2A
Octal 246 12 316 23 137 0 23 440 133 52
Binary 10100110 1010 11001110 10011 1011111 0 10011 100100000 1011011 101010

Color Harmonies of #A60ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60ACE

Black with #A60ACE

Text Example


Text Example

White with #A60ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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