Html Css Color HEX #A60ADA Dark Violet

📋 copy color: '#A60ADA'

red 166 ◦ green 10 ◦ blue 218

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

Shades of Dark Violet #A60ADA

Tints of Dark Violet #A60ADA

RGB

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

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

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

R = 42.13%
G = 2.54%
B = 55.33%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A60ADA (or 0xA60ADA) is known color: Dark Violet. HEX triplet: A6, 0A and DA. RGB value is (166,10,218). Sum of RGB (Red+Green+Blue) = 166+10+218=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #A60ADA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ADA is #59F525. Grayscale: #4F4F4F. Windows color (decimal): -5895462 or 14289574. OLE color: 14289574.

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

Color convert

RGB 166 10 218 -
CMYK 0.24 0.95 0 0.15
HSL 285º 0.91% 0.45% -
HSV(B) 285º 0.95% 0.85% -
XYZ 28.49 13.39 67.41 -
YUV 80.36 205.68 189.09 -
System Red Green Blue C M Y K H S L
Decimal 166 10 218 0.24 0.95 0 0.15 285 0.91 0.45
Hex A6 A DA 18 5F 0 F 11D 5B 2D
Octal 246 12 332 30 137 0 17 435 133 55
Binary 10100110 1010 11011010 11000 1011111 0 1111 100011101 1011011 101101

Color Harmonies of #A60ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60ADA

Black with #A60ADA

Text Example


Text Example

White with #A60ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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