Html Css Color HEX #A60DB6 Dark Violet

📋 copy color: '#A60DB6'

red 166 ◦ green 13 ◦ blue 182

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

Shades of Dark Violet #A60DB6

Tints of Dark Violet #A60DB6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.6%

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 45.98%
G = 3.6%
B = 50.42%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A60DB6 (or 0xA60DB6) is known color: Dark Violet. HEX triplet: A6, 0D and B6. RGB value is (166,13,182). Sum of RGB (Red+Green+Blue) = 166+13+182=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #A60DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DB6 is #59F249. Grayscale: #4D4D4D. Windows color (decimal): -5894730 or 11931046. OLE color: 11931046.

HSL color Cylindrical-coordinate representation of color #A60DB6: hue angle of 294.32º degrees, saturation: 0.87, 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 #A60DB6 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 13 182 -
CMYK 0.09 0.93 0 0.29
HSL 294.32º 0.87% 0.38% -
HSV(B) 294.32º 0.93% 0.71% -
XYZ 24.31 11.77 45.25 -
YUV 78.01 186.69 190.76 -
System Red Green Blue C M Y K H S L
Decimal 166 13 182 0.09 0.93 0 0.29 294.32 0.87 0.38
Hex A6 D B6 9 5D 0 1D 126 57 26
Octal 246 15 266 11 135 0 35 446 127 46
Binary 10100110 1101 10110110 1001 1011101 0 11101 100100110 1010111 100110

Color Harmonies of #A60DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60DB6

Black with #A60DB6

Text Example


Text Example

White with #A60DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60DB6; }

 p { color: rgb(166,13,182); }

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

background-color css

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

 a { background-color: rgb(166,13,182); }

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

border-color css

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

 span { border-color: rgb(166,13,182); }

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