Html Css Color HEX #A60ED0 Dark Violet

📋 copy color: '#A60ED0'

red 166 ◦ green 14 ◦ blue 208

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

Shades of Dark Violet #A60ED0

Tints of Dark Violet #A60ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.61%

R = 42.78%
G = 3.61%
B = 53.61%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A60ED0 (or 0xA60ED0) is known color: Dark Violet. HEX triplet: A6, 0E and D0. RGB value is (166,14,208). Sum of RGB (Red+Green+Blue) = 166+14+208=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #A60ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ED0 is #59F12F. Grayscale: #505050. Windows color (decimal): -5894448 or 13635238. OLE color: 13635238.

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

Color convert

RGB 166 14 208 -
CMYK 0.20 0.93 0 0.18
HSL 287.01º 0.87% 0.44% -
HSV(B) 287.01º 0.93% 0.82% -
XYZ 27.27 12.98 60.74 -
YUV 81.56 199.36 188.23 -
System Red Green Blue C M Y K H S L
Decimal 166 14 208 0.20 0.93 0 0.18 287.01 0.87 0.44
Hex A6 E D0 14 5D 0 12 11F 57 2C
Octal 246 16 320 24 135 0 22 437 127 54
Binary 10100110 1110 11010000 10100 1011101 0 10010 100011111 1010111 101100

Color Harmonies of #A60ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60ED0

Black with #A60ED0

Text Example


Text Example

White with #A60ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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