Html Css Color HEX #A60CCA Dark Violet

📋 copy color: '#A60CCA'

red 166 ◦ green 12 ◦ blue 202

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

Shades of Dark Violet #A60CCA

Tints of Dark Violet #A60CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 43.68%
G = 3.16%
B = 53.16%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A60CCA (or 0xA60CCA) is known color: Dark Violet. HEX triplet: A6, 0C and CA. RGB value is (166,12,202). Sum of RGB (Red+Green+Blue) = 166+12+202=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #A60CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CCA is #59F335. Grayscale: #4F4F4F. Windows color (decimal): -5894966 or 13241510. OLE color: 13241510.

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

Color convert

RGB 166 12 202 -
CMYK 0.18 0.94 0 0.21
HSL 288.63º 0.89% 0.42% -
HSV(B) 288.63º 0.94% 0.79% -
XYZ 26.52 12.63 56.92 -
YUV 79.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 166 12 202 0.18 0.94 0 0.21 288.63 0.89 0.42
Hex A6 C CA 12 5E 0 15 121 59 2A
Octal 246 14 312 22 136 0 25 441 131 52
Binary 10100110 1100 11001010 10010 1011110 0 10101 100100001 1011001 101010

Color Harmonies of #A60CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CCA

Black with #A60CCA

Text Example


Text Example

White with #A60CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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