Html Css Color HEX #A60BCD Dark Violet

📋 copy color: '#A60BCD'

red 166 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #A60BCD

Tints of Dark Violet #A60BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 43.46%
G = 2.88%
B = 53.66%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A60BCD (or 0xA60BCD) is known color: Dark Violet. HEX triplet: A6, 0B and CD. RGB value is (166,11,205). Sum of RGB (Red+Green+Blue) = 166+11+205=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #A60BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60BCD is #59F432. Grayscale: #4E4E4E. Windows color (decimal): -5895219 or 13437862. OLE color: 13437862.

HSL color Cylindrical-coordinate representation of color #A60BCD: hue angle of 287.94º 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 #A60BCD is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 11 205 -
CMYK 0.19 0.95 0 0.20
HSL 287.94º 0.9% 0.42% -
HSV(B) 287.94º 0.95% 0.8% -
XYZ 26.87 12.75 58.8 -
YUV 79.46 198.85 189.73 -
System Red Green Blue C M Y K H S L
Decimal 166 11 205 0.19 0.95 0 0.20 287.94 0.9 0.42
Hex A6 B CD 13 5F 0 14 120 5A 2A
Octal 246 13 315 23 137 0 24 440 132 52
Binary 10100110 1011 11001101 10011 1011111 0 10100 100100000 1011010 101010

Color Harmonies of #A60BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BCD

Black with #A60BCD

Text Example


Text Example

White with #A60BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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