Html Css Color HEX #A60ED1 Dark Violet

📋 copy color: '#A60ED1'

red 166 ◦ green 14 ◦ blue 209

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

Shades of Dark Violet #A60ED1

Tints of Dark Violet #A60ED1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.6%

 BLUE value IS 209 (82.03% from 255) = 53.73%

R = 42.67%
G = 3.6%
B = 53.73%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A60ED1 (or 0xA60ED1) is known color: Dark Violet. HEX triplet: A6, 0E and D1. RGB value is (166,14,209). Sum of RGB (Red+Green+Blue) = 166+14+209=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #A60ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ED1 is #59F12E. Grayscale: #515151. Windows color (decimal): -5894447 or 13700774. OLE color: 13700774.

HSL color Cylindrical-coordinate representation of color #A60ED1: hue angle of 286.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60ED1 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 14 209 -
CMYK 0.21 0.93 0 0.18
HSL 286.77º 0.87% 0.44% -
HSV(B) 286.77º 0.93% 0.82% -
XYZ 27.39 13.02 61.39 -
YUV 81.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 166 14 209 0.21 0.93 0 0.18 286.77 0.87 0.44
Hex A6 E D1 15 5D 0 12 11F 57 2C
Octal 246 16 321 25 135 0 22 437 127 54
Binary 10100110 1110 11010001 10101 1011101 0 10010 100011111 1010111 101100

Color Harmonies of #A60ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60ED1

Black with #A60ED1

Text Example


Text Example

White with #A60ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60ED1; }

 p { color: rgb(166,14,209); }

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

background-color css

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

 a { background-color: rgb(166,14,209); }

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

border-color css

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

 span { border-color: rgb(166,14,209); }

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