#A05DAD

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

Shades of Violet Blue #A05DAD

Tints of Violet Blue #A05DAD

Color information

#A05DAD (or 0xA05DAD) is unknown color: approx Violet Blue. HEX triplet: A0, 5D and AD. RGB value is (160,93,173). Sum of RGB (Red+Green+Blue) = 160+93+173=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #A05DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05DAD is #5FA252. Grayscale: #797979. Windows color (decimal): -6267475 or 11361696. OLE color: 11361696.

HSL color Cylindrical-coordinate representation of color #A05DAD: hue angle of 290.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05DAD is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16093173-
CMYK0.080.4600.32
HSL290.25º32.79%52.16%-
HSV(B)290.25º46.24%67.84%-
XYZ25.9518.3241.7-
YUV122.15156.7155-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=37.56%
G=21.83%
B=40.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160931730.080.4600.32290.2532.7952.16
HexA05DAD82E0201222134
Octal24013525510560404424164
Binary1010000010111011010110110001011100100000100100010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DAD; }

 p { color: rgb(160,93,173); }

 H1.HeaderClassName
 {
   color: #A05DAD;
 }
 .AnyTagClassName
 {
   color: #A05DAD;
 }
</style>
background-color css

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

 a { background-color: rgb(160,93,173); }

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

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

 span { border-color: rgb(160,93,173); }

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