Html Css Color HEX #A60AD7 Dark Violet

📋 copy color: '#A60AD7'

red 166 ◦ green 10 ◦ blue 215

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

Shades of Dark Violet #A60AD7

Tints of Dark Violet #A60AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.99%

R = 42.46%
G = 2.56%
B = 54.99%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A60AD7 (or 0xA60AD7) is known color: Dark Violet. HEX triplet: A6, 0A and D7. RGB value is (166,10,215). Sum of RGB (Red+Green+Blue) = 166+10+215=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #A60AD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60AD7 is #59F528. Grayscale: #4F4F4F. Windows color (decimal): -5895465 or 14092966. OLE color: 14092966.

HSL color Cylindrical-coordinate representation of color #A60AD7: hue angle of 285.66º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60AD7 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 10 215 -
CMYK 0.23 0.95 0 0.16
HSL 285.66º 0.91% 0.44% -
HSV(B) 285.66º 0.95% 0.84% -
XYZ 28.1 13.23 65.36 -
YUV 80.01 204.18 189.33 -
System Red Green Blue C M Y K H S L
Decimal 166 10 215 0.23 0.95 0 0.16 285.66 0.91 0.44
Hex A6 A D7 17 5F 0 10 11E 5B 2C
Octal 246 12 327 27 137 0 20 436 133 54
Binary 10100110 1010 11010111 10111 1011111 0 10000 100011110 1011011 101100

Color Harmonies of #A60AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60AD7

Black with #A60AD7

Text Example


Text Example

White with #A60AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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