#A45DAE

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

Shades of Violet Blue #A45DAE

Tints of Violet Blue #A45DAE

Color information

#A45DAE (or 0xA45DAE) is unknown color: approx Violet Blue. HEX triplet: A4, 5D and AE. RGB value is (164,93,174). Sum of RGB (Red+Green+Blue) = 164+93+174=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #A45DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45DAE is #5BA251. Grayscale: #7B7B7B. Windows color (decimal): -6005330 or 11427236. OLE color: 11427236.

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

Color convert

RGB16493174-
CMYK0.060.4700.32
HSL292.59º33.33%52.35%-
HSV(B)292.59º46.55%68.24%-
XYZ26.8618.7842.25-
YUV123.46156.52156.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=38.05%
G=21.58%
B=40.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164931740.060.4700.32292.5933.3352.35
HexA45DAE62F0201252134
Octal2441352566570404454164
Binary101001001011101101011101101011110100000100100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DAE; }

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

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

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

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

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

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

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

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