Html Css Color HEX #A60BCB Dark Violet

📋 copy color: '#A60BCB'

red 166 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #A60BCB

Tints of Dark Violet #A60BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 43.68%
G = 2.89%
B = 53.42%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A60BCB (or 0xA60BCB) is known color: Dark Violet. HEX triplet: A6, 0B and CB. RGB value is (166,11,203). Sum of RGB (Red+Green+Blue) = 166+11+203=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #A60BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60BCB is #59F434. Grayscale: #4E4E4E. Windows color (decimal): -5895221 or 13306790. OLE color: 13306790.

HSL color Cylindrical-coordinate representation of color #A60BCB: hue angle of 288.44º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60BCB is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 11 203 -
CMYK 0.18 0.95 0 0.20
HSL 288.44º 0.9% 0.42% -
HSV(B) 288.44º 0.95% 0.8% -
XYZ 26.63 12.66 57.54 -
YUV 79.23 197.85 189.89 -
System Red Green Blue C M Y K H S L
Decimal 166 11 203 0.18 0.95 0 0.20 288.44 0.9 0.42
Hex A6 B CB 12 5F 0 14 120 5A 2A
Octal 246 13 313 22 137 0 24 440 132 52
Binary 10100110 1011 11001011 10010 1011111 0 10100 100100000 1011010 101010

Color Harmonies of #A60BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BCB

Black with #A60BCB

Text Example


Text Example

White with #A60BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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