Html Css Color HEX #A60BBB Dark Violet

📋 copy color: '#A60BBB'

red 166 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #A60BBB

Tints of Dark Violet #A60BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.02%

 BLUE value IS 187 (73.44% from 255) = 51.37%

R = 45.6%
G = 3.02%
B = 51.37%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A60BBB (or 0xA60BBB) is known color: Dark Violet. HEX triplet: A6, 0B and BB. RGB value is (166,11,187). Sum of RGB (Red+Green+Blue) = 166+11+187=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #A60BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60BBB is #59F444. Grayscale: #4C4C4C. Windows color (decimal): -5895237 or 12258214. OLE color: 12258214.

HSL color Cylindrical-coordinate representation of color #A60BBB: hue angle of 292.84º degrees, saturation: 0.89, 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 #A60BBB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 11 187 -
CMYK 0.11 0.94 0 0.27
HSL 292.84º 0.89% 0.39% -
HSV(B) 292.84º 0.94% 0.73% -
XYZ 24.82 11.93 48.01 -
YUV 77.41 189.85 191.19 -
System Red Green Blue C M Y K H S L
Decimal 166 11 187 0.11 0.94 0 0.27 292.84 0.89 0.39
Hex A6 B BB B 5E 0 1B 125 59 27
Octal 246 13 273 13 136 0 33 445 131 47
Binary 10100110 1011 10111011 1011 1011110 0 11011 100100101 1011001 100111

Color Harmonies of #A60BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BBB

Black with #A60BBB

Text Example


Text Example

White with #A60BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BBB; }

 p { color: rgb(166,11,187); }

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

background-color css

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

 a { background-color: rgb(166,11,187); }

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

border-color css

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

 span { border-color: rgb(166,11,187); }

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