Html Css Color HEX #A60DCC Dark Violet

📋 copy color: '#A60DCC'

red 166 ◦ green 13 ◦ blue 204

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

Shades of Dark Violet #A60DCC

Tints of Dark Violet #A60DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

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

R = 43.34%
G = 3.39%
B = 53.26%

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

#A60DCC (or 0xA60DCC) is known color: Dark Violet. HEX triplet: A6, 0D and CC. RGB value is (166,13,204). Sum of RGB (Red+Green+Blue) = 166+13+204=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #A60DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DCC is #59F233. Grayscale: #4F4F4F. Windows color (decimal): -5894708 or 13372838. OLE color: 13372838.

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

Color convert

RGB 166 13 204 -
CMYK 0.19 0.94 0 0.2
HSL 288.06º 0.88% 0.43% -
HSV(B) 288.06º 0.94% 0.8% -
XYZ 26.77 12.75 58.18 -
YUV 80.52 197.69 188.97 -
System Red Green Blue C M Y K H S L
Decimal 166 13 204 0.19 0.94 0 0.2 288.06 0.88 0.43
Hex A6 D CC 13 5E 0 14 120 58 2B
Octal 246 15 314 23 136 0 24 440 130 53
Binary 10100110 1101 11001100 10011 1011110 0 10100 100100000 1011000 101011

Color Harmonies of #A60DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60DCC

Black with #A60DCC

Text Example


Text Example

White with #A60DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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