Html Css Color HEX #A60CB5 Dark Violet

📋 copy color: '#A60CB5'

red 166 ◦ green 12 ◦ blue 181

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

Shades of Dark Violet #A60CB5

Tints of Dark Violet #A60CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.42%

R = 46.24%
G = 3.34%
B = 50.42%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A60CB5 (or 0xA60CB5) is known color: Dark Violet. HEX triplet: A6, 0C and B5. RGB value is (166,12,181). Sum of RGB (Red+Green+Blue) = 166+12+181=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #A60CB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CB5 is #59F34A. Grayscale: #4C4C4C. Windows color (decimal): -5894987 or 11865254. OLE color: 11865254.

HSL color Cylindrical-coordinate representation of color #A60CB5: hue angle of 294.67º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60CB5 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 12 181 -
CMYK 0.08 0.93 0 0.29
HSL 294.67º 0.88% 0.38% -
HSV(B) 294.67º 0.93% 0.71% -
XYZ 24.2 11.71 44.7 -
YUV 77.31 186.52 191.26 -
System Red Green Blue C M Y K H S L
Decimal 166 12 181 0.08 0.93 0 0.29 294.67 0.88 0.38
Hex A6 C B5 8 5D 0 1D 127 58 26
Octal 246 14 265 10 135 0 35 447 130 46
Binary 10100110 1100 10110101 1000 1011101 0 11101 100100111 1011000 100110

Color Harmonies of #A60CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CB5

Black with #A60CB5

Text Example


Text Example

White with #A60CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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