Html Css Color HEX #A60ACC Dark Violet

📋 copy color: '#A60ACC'

red 166 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #A60ACC

Tints of Dark Violet #A60ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 43.68%
G = 2.63%
B = 53.68%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A60ACC (or 0xA60ACC) is known color: Dark Violet. HEX triplet: A6, 0A and CC. RGB value is (166,10,204). Sum of RGB (Red+Green+Blue) = 166+10+204=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #A60ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ACC is #59F533. Grayscale: #4E4E4E. Windows color (decimal): -5895476 or 13372070. OLE color: 13372070.

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

Color convert

RGB 166 10 204 -
CMYK 0.19 0.95 0 0.2
HSL 288.25º 0.91% 0.42% -
HSV(B) 288.25º 0.95% 0.8% -
XYZ 26.73 12.68 58.17 -
YUV 78.76 198.68 190.23 -
System Red Green Blue C M Y K H S L
Decimal 166 10 204 0.19 0.95 0 0.2 288.25 0.91 0.42
Hex A6 A CC 13 5F 0 14 120 5B 2A
Octal 246 12 314 23 137 0 24 440 133 52
Binary 10100110 1010 11001100 10011 1011111 0 10100 100100000 1011011 101010

Color Harmonies of #A60ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60ACC

Black with #A60ACC

Text Example


Text Example

White with #A60ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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