Html Css Color HEX #A60CB9 Dark Violet

📋 copy color: '#A60CB9'

red 166 ◦ green 12 ◦ blue 185

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

Shades of Dark Violet #A60CB9

Tints of Dark Violet #A60CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 45.73%
G = 3.31%
B = 50.96%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A60CB9 (or 0xA60CB9) is known color: Dark Violet. HEX triplet: A6, 0C and B9. RGB value is (166,12,185). Sum of RGB (Red+Green+Blue) = 166+12+185=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #A60CB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CB9 is #59F346. Grayscale: #4D4D4D. Windows color (decimal): -5894983 or 12127398. OLE color: 12127398.

HSL color Cylindrical-coordinate representation of color #A60CB9: hue angle of 293.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60CB9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 12 185 -
CMYK 0.10 0.94 0 0.27
HSL 293.41º 0.88% 0.39% -
HSV(B) 293.41º 0.94% 0.73% -
XYZ 24.61 11.87 46.89 -
YUV 77.77 188.52 190.93 -
System Red Green Blue C M Y K H S L
Decimal 166 12 185 0.10 0.94 0 0.27 293.41 0.88 0.39
Hex A6 C B9 A 5E 0 1B 125 58 27
Octal 246 14 271 12 136 0 33 445 130 47
Binary 10100110 1100 10111001 1010 1011110 0 11011 100100101 1011000 100111

Color Harmonies of #A60CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CB9

Black with #A60CB9

Text Example


Text Example

White with #A60CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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