#A45594

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

Shades of Violet Blue #A45594

Tints of Violet Blue #A45594

Color information

#A45594 (or 0xA45594) is unknown color: approx Violet Blue. HEX triplet: A4, 55 and 94. RGB value is (164,85,148). Sum of RGB (Red+Green+Blue) = 164+85+148=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A45594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45594 is #5BAA6B. Grayscale: #737373. Windows color (decimal): -6007404 or 9721252. OLE color: 9721252.

HSL color Cylindrical-coordinate representation of color #A45594: hue angle of 312.15º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45594 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16485148-
CMYK00.480.100.36
HSL312.15º31.73%48.82%-
HSV(B)312.15º48.17%64.31%-
XYZ23.916.5329.95-
YUV115.8146.17162.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=41.31%
G=21.41%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648514800.480.100.36312.1531.7348.82
HexA45594030A241382031
Octal24412522406012444704061
Binary1010010010101011001010001100001010100100100111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45594; }

 p { color: rgb(164,85,148); }

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

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

 a { background-color: rgb(164,85,148); }

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

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

 span { border-color: rgb(164,85,148); }

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