#a60dd5

Color #A60DD5 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A60DD5

Tints of Dark Violet #A60DD5

Color information

#A60DD5 (or 0xA60DD5) is unknown color: approx 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

RGB16613213-
CMYK0.220.9400.16
HSL285.9º88.5%44.31%-
HSV(B)285.9º93.9%83.53%-
XYZ27.8813.264.03-
YUV81.55202.19188.24-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166132130.220.9400.16285.988.544.31
HexA6DD5165E01011e582c
Octal246153252613602043613054
Binary101001101101110101011011010111100100001000111101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a60dd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>