#A45DAD

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

Shades of Violet Blue #A45DAD

Tints of Violet Blue #A45DAD

Color information

#A45DAD (or 0xA45DAD) is unknown color: approx Violet Blue. HEX triplet: A4, 5D and AD. RGB value is (164,93,173). Sum of RGB (Red+Green+Blue) = 164+93+173=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #A45DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45DAD is #5BA252. Grayscale: #7B7B7B. Windows color (decimal): -6005331 or 11361700. OLE color: 11361700.

HSL color Cylindrical-coordinate representation of color #A45DAD: hue angle of 293.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 #A45DAD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16493173-
CMYK0.050.4600.32
HSL293.25º32.79%52.16%-
HSV(B)293.25º46.24%67.84%-
XYZ26.7718.7441.74-
YUV123.35156.02157-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 93 (36.72% from 255) = 21.63%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=38.14%
G=21.63%
B=40.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164931730.050.4600.32293.2532.7952.16
HexA45DAD52E0201252134
Octal2441352555560404454164
Binary101001001011101101011011011011100100000100100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DAD; }

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

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

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

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

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

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

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

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