Html Css Color HEX #A60EBE Dark Violet

📋 copy color: '#A60EBE'

red 166 ◦ green 14 ◦ blue 190

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

Shades of Dark Violet #A60EBE

Tints of Dark Violet #A60EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 44.86%
G = 3.78%
B = 51.35%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A60EBE (or 0xA60EBE) is known color: Dark Violet. HEX triplet: A6, 0E and BE. RGB value is (166,14,190). Sum of RGB (Red+Green+Blue) = 166+14+190=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #A60EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60EBE is #59F141. Grayscale: #4E4E4E. Windows color (decimal): -5894466 or 12455590. OLE color: 12455590.

HSL color Cylindrical-coordinate representation of color #A60EBE: hue angle of 291.82º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60EBE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 14 190 -
CMYK 0.13 0.93 0 0.25
HSL 291.82º 0.86% 0.4% -
HSV(B) 291.82º 0.93% 0.75% -
XYZ 25.18 12.14 49.73 -
YUV 79.51 190.36 189.69 -
System Red Green Blue C M Y K H S L
Decimal 166 14 190 0.13 0.93 0 0.25 291.82 0.86 0.4
Hex A6 E BE D 5D 0 19 124 56 28
Octal 246 16 276 15 135 0 31 444 126 50
Binary 10100110 1110 10111110 1101 1011101 0 11001 100100100 1010110 101000

Color Harmonies of #A60EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60EBE

Black with #A60EBE

Text Example


Text Example

White with #A60EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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