Html Css Color HEX #A60CCC Dark Violet

📋 copy color: '#A60CCC'

red 166 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #A60CCC

Tints of Dark Violet #A60CCC

RGB

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

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

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

R = 43.46%
G = 3.14%
B = 53.4%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A60CCC (or 0xA60CCC) is known color: Dark Violet. HEX triplet: A6, 0C and CC. RGB value is (166,12,204). Sum of RGB (Red+Green+Blue) = 166+12+204=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #A60CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CCC is #59F333. Grayscale: #4F4F4F. Windows color (decimal): -5894964 or 13372582. OLE color: 13372582.

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

Color convert

RGB 166 12 204 -
CMYK 0.19 0.94 0 0.2
HSL 288.13º 0.89% 0.42% -
HSV(B) 288.13º 0.94% 0.8% -
XYZ 26.76 12.73 58.17 -
YUV 79.93 198.02 189.39 -
System Red Green Blue C M Y K H S L
Decimal 166 12 204 0.19 0.94 0 0.2 288.13 0.89 0.42
Hex A6 C CC 13 5E 0 14 120 59 2A
Octal 246 14 314 23 136 0 24 440 131 52
Binary 10100110 1100 11001100 10011 1011110 0 10100 100100000 1011001 101010

Color Harmonies of #A60CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CCC

Black with #A60CCC

Text Example


Text Example

White with #A60CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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