#A45DA5

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

Shades of Violet Blue #A45DA5

Tints of Violet Blue #A45DA5

Color information

#A45DA5 (or 0xA45DA5) is unknown color: approx Violet Blue. HEX triplet: A4, 5D and A5. RGB value is (164,93,165). Sum of RGB (Red+Green+Blue) = 164+93+165=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 165 - color contains mainly: blue. Hex color #A45DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45DA5 is #5BA25A. Grayscale: #7A7A7A. Windows color (decimal): -6005339 or 10837412. OLE color: 10837412.

HSL color Cylindrical-coordinate representation of color #A45DA5: hue angle of 299.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A45DA5 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16493165-
CMYK0.010.4400.35
HSL299.17º28.57%50.59%-
HSV(B)299.17º43.64%64.71%-
XYZ26.0218.4437.78-
YUV122.44152.02157.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 165 (64.84% from 255) = 39.10%
R=38.86%
G=22.04%
B=39.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164931650.010.4400.35299.1728.5750.59
HexA45DA512C02312b1d33
Octal2441352451540434533563
Binary101001001011101101001011101100010001110010101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DA5; }

 p { color: rgb(164,93,165); }

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

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

 a { background-color: rgb(164,93,165); }

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

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

 span { border-color: rgb(164,93,165); }

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