Html Css Color HEX #A60DD5 Dark Violet

📋 copy color: '#A60DD5'

red 166 ◦ green 13 ◦ blue 213

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

Shades of Dark Violet #A60DD5

Tints of Dark Violet #A60DD5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.32%

 BLUE value IS 213 (83.59% from 255) = 54.34%

R = 42.35%
G = 3.32%
B = 54.34%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A60DD5 (or 0xA60DD5) is known color: Dark Violet. HEX triplet: A6, 0D and D5. RGB value is (166,13,213). Sum of RGB (Red+Green+Blue) = 166+13+213=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #A60DD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DD5 is #59F22A. Grayscale: #505050. Windows color (decimal): -5894699 or 13962662. OLE color: 13962662.

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

Color convert

RGB 166 13 213 -
CMYK 0.22 0.94 0 0.16
HSL 285.9º 0.88% 0.44% -
HSV(B) 285.9º 0.94% 0.84% -
XYZ 27.88 13.2 64.03 -
YUV 81.55 202.19 188.24 -
System Red Green Blue C M Y K H S L
Decimal 166 13 213 0.22 0.94 0 0.16 285.9 0.88 0.44
Hex A6 D D5 16 5E 0 10 11E 58 2C
Octal 246 15 325 26 136 0 20 436 130 54
Binary 10100110 1101 11010101 10110 1011110 0 10000 100011110 1011000 101100

Color Harmonies of #A60DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60DD5

Black with #A60DD5

Text Example


Text Example

White with #A60DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60DD5; }

 p { color: rgb(166,13,213); }

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

background-color css

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

 a { background-color: rgb(166,13,213); }

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

border-color css

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

 span { border-color: rgb(166,13,213); }

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