Html Css Color HEX #A60AE0 Dark Violet

📋 copy color: '#A60AE0'

red 166 ◦ green 10 ◦ blue 224

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

Shades of Dark Violet #A60AE0

Tints of Dark Violet #A60AE0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.5%

 BLUE value IS 224 (87.89% from 255) = 56%

R = 41.5%
G = 2.5%
B = 56%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A60AE0 (or 0xA60AE0) is known color: Dark Violet. HEX triplet: A6, 0A and E0. RGB value is (166,10,224). Sum of RGB (Red+Green+Blue) = 166+10+224=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #A60AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60AE0 is #59F51F. Grayscale: #505050. Windows color (decimal): -5895456 or 14682790. OLE color: 14682790.

HSL color Cylindrical-coordinate representation of color #A60AE0: hue angle of 283.74º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60AE0 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 10 224 -
CMYK 0.26 0.96 0 0.12
HSL 283.74º 0.91% 0.46% -
HSV(B) 283.74º 0.96% 0.88% -
XYZ 29.29 13.71 71.62 -
YUV 81.04 208.68 188.6 -
System Red Green Blue C M Y K H S L
Decimal 166 10 224 0.26 0.96 0 0.12 283.74 0.91 0.46
Hex A6 A E0 1A 60 0 C 11C 5B 2E
Octal 246 12 340 32 140 0 14 434 133 56
Binary 10100110 1010 11100000 11010 1100000 0 1100 100011100 1011011 101110

Color Harmonies of #A60AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60AE0

Black with #A60AE0

Text Example


Text Example

White with #A60AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60AE0; }

 p { color: rgb(166,10,224); }

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

background-color css

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

 a { background-color: rgb(166,10,224); }

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

border-color css

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

 span { border-color: rgb(166,10,224); }

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