Html Css Color HEX #A60ECD Dark Violet

📋 copy color: '#A60ECD'

red 166 ◦ green 14 ◦ blue 205

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

Shades of Dark Violet #A60ECD

Tints of Dark Violet #A60ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 43.12%
G = 3.64%
B = 53.25%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A60ECD (or 0xA60ECD) is known color: Dark Violet. HEX triplet: A6, 0E and CD. RGB value is (166,14,205). Sum of RGB (Red+Green+Blue) = 166+14+205=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #A60ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ECD is #59F132. Grayscale: #505050. Windows color (decimal): -5894451 or 13438630. OLE color: 13438630.

HSL color Cylindrical-coordinate representation of color #A60ECD: hue angle of 287.75º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60ECD is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 14 205 -
CMYK 0.19 0.93 0 0.20
HSL 287.75º 0.87% 0.43% -
HSV(B) 287.75º 0.93% 0.8% -
XYZ 26.9 12.83 58.82 -
YUV 81.22 197.86 188.47 -
System Red Green Blue C M Y K H S L
Decimal 166 14 205 0.19 0.93 0 0.20 287.75 0.87 0.43
Hex A6 E CD 13 5D 0 14 120 57 2B
Octal 246 16 315 23 135 0 24 440 127 53
Binary 10100110 1110 11001101 10011 1011101 0 10100 100100000 1010111 101011

Color Harmonies of #A60ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60ECD

Black with #A60ECD

Text Example


Text Example

White with #A60ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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