Html Css Color HEX #A60CBC Dark Violet

📋 copy color: '#A60CBC'

red 166 ◦ green 12 ◦ blue 188

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

Shades of Dark Violet #A60CBC

Tints of Dark Violet #A60CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 45.36%
G = 3.28%
B = 51.37%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A60CBC (or 0xA60CBC) is known color: Dark Violet. HEX triplet: A6, 0C and BC. RGB value is (166,12,188). Sum of RGB (Red+Green+Blue) = 166+12+188=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #A60CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CBC is #59F343. Grayscale: #4D4D4D. Windows color (decimal): -5894980 or 12324006. OLE color: 12324006.

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

Color convert

RGB 166 12 188 -
CMYK 0.12 0.94 0 0.26
HSL 292.5º 0.88% 0.39% -
HSV(B) 292.5º 0.94% 0.74% -
XYZ 24.93 12 48.58 -
YUV 78.11 190.02 190.69 -
System Red Green Blue C M Y K H S L
Decimal 166 12 188 0.12 0.94 0 0.26 292.5 0.88 0.39
Hex A6 C BC C 5E 0 1A 124 58 27
Octal 246 14 274 14 136 0 32 444 130 47
Binary 10100110 1100 10111100 1100 1011110 0 11010 100100100 1011000 100111

Color Harmonies of #A60CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CBC

Black with #A60CBC

Text Example


Text Example

White with #A60CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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