Html Css Color HEX #A60ABD Dark Violet

📋 copy color: '#A60ABD'

red 166 ◦ green 10 ◦ blue 189

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

Shades of Dark Violet #A60ABD

Tints of Dark Violet #A60ABD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.74%

 BLUE value IS 189 (74.22% from 255) = 51.78%

R = 45.48%
G = 2.74%
B = 51.78%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A60ABD (or 0xA60ABD) is known color: Dark Violet. HEX triplet: A6, 0A and BD. RGB value is (166,10,189). Sum of RGB (Red+Green+Blue) = 166+10+189=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #A60ABD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ABD is #59F542. Grayscale: #4C4C4C. Windows color (decimal): -5895491 or 12389030. OLE color: 12389030.

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

Color convert

RGB 166 10 189 -
CMYK 0.12 0.95 0 0.26
HSL 292.29º 0.9% 0.39% -
HSV(B) 292.29º 0.95% 0.74% -
XYZ 25.02 12 49.14 -
YUV 77.05 191.18 191.45 -
System Red Green Blue C M Y K H S L
Decimal 166 10 189 0.12 0.95 0 0.26 292.29 0.9 0.39
Hex A6 A BD C 5F 0 1A 124 5A 27
Octal 246 12 275 14 137 0 32 444 132 47
Binary 10100110 1010 10111101 1100 1011111 0 11010 100100100 1011010 100111

Color Harmonies of #A60ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60ABD

Black with #A60ABD

Text Example


Text Example

White with #A60ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60ABD; }

 p { color: rgb(166,10,189); }

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

background-color css

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

 a { background-color: rgb(166,10,189); }

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

border-color css

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

 span { border-color: rgb(166,10,189); }

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