Html Css Color HEX #A60EDA Dark Violet

📋 copy color: '#A60EDA'

red 166 ◦ green 14 ◦ blue 218

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

Shades of Dark Violet #A60EDA

Tints of Dark Violet #A60EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 41.71%
G = 3.52%
B = 54.77%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A60EDA (or 0xA60EDA) is known color: Dark Violet. HEX triplet: A6, 0E and DA. RGB value is (166,14,218). Sum of RGB (Red+Green+Blue) = 166+14+218=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #A60EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60EDA is #59F125. Grayscale: #525252. Windows color (decimal): -5894438 or 14290598. OLE color: 14290598.

HSL color Cylindrical-coordinate representation of color #A60EDA: hue angle of 284.71º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EDA is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 14 218 -
CMYK 0.24 0.94 0 0.15
HSL 284.71º 0.88% 0.45% -
HSV(B) 284.71º 0.94% 0.85% -
XYZ 28.54 13.48 67.43 -
YUV 82.7 204.36 187.41 -
System Red Green Blue C M Y K H S L
Decimal 166 14 218 0.24 0.94 0 0.15 284.71 0.88 0.45
Hex A6 E DA 18 5E 0 F 11D 58 2D
Octal 246 16 332 30 136 0 17 435 130 55
Binary 10100110 1110 11011010 11000 1011110 0 1111 100011101 1011000 101101

Color Harmonies of #A60EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60EDA

Black with #A60EDA

Text Example


Text Example

White with #A60EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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