#A45DAA

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

Shades of Violet Blue #A45DAA

Tints of Violet Blue #A45DAA

Color information

#A45DAA (or 0xA45DAA) is unknown color: approx Violet Blue. HEX triplet: A4, 5D and AA. RGB value is (164,93,170). Sum of RGB (Red+Green+Blue) = 164+93+170=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #A45DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45DAA is #5BA255. Grayscale: #7A7A7A. Windows color (decimal): -6005334 or 11165092. OLE color: 11165092.

HSL color Cylindrical-coordinate representation of color #A45DAA: hue angle of 295.32º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45DAA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16493170-
CMYK0.040.4500.33
HSL295.32º31.17%51.57%-
HSV(B)295.32º45.29%66.67%-
XYZ26.4818.6240.23-
YUV123.01154.52157.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=38.41%
G=21.78%
B=39.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164931700.040.4500.33295.3231.1751.57
HexA45DAA42D0211271f34
Octal2441352524550414473764
Binary10100100101110110101010100101101010000110010011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DAA; }

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

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

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

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

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

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

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

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