Html Css Color HEX #A60EDC Dark Violet

📋 copy color: '#A60EDC'

red 166 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #A60EDC

Tints of Dark Violet #A60EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55%

R = 41.5%
G = 3.5%
B = 55%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A60EDC (or 0xA60EDC) is known color: Dark Violet. HEX triplet: A6, 0E and DC. RGB value is (166,14,220). Sum of RGB (Red+Green+Blue) = 166+14+220=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #A60EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60EDC is #59F123. Grayscale: #525252. Windows color (decimal): -5894436 or 14421670. OLE color: 14421670.

HSL color Cylindrical-coordinate representation of color #A60EDC: hue angle of 284.27º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EDC is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 14 220 -
CMYK 0.25 0.94 0 0.14
HSL 284.27º 0.88% 0.46% -
HSV(B) 284.27º 0.94% 0.86% -
XYZ 28.8 13.59 68.81 -
YUV 82.93 205.36 187.25 -
System Red Green Blue C M Y K H S L
Decimal 166 14 220 0.25 0.94 0 0.14 284.27 0.88 0.46
Hex A6 E DC 19 5E 0 E 11C 58 2E
Octal 246 16 334 31 136 0 16 434 130 56
Binary 10100110 1110 11011100 11001 1011110 0 1110 100011100 1011000 101110

Color Harmonies of #A60EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60EDC

Black with #A60EDC

Text Example


Text Example

White with #A60EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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