#A45790

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

Shades of Violet Blue #A45790

Tints of Violet Blue #A45790

Color information

#A45790 (or 0xA45790) is unknown color: approx Violet Blue. HEX triplet: A4, 57 and 90. RGB value is (164,87,144). Sum of RGB (Red+Green+Blue) = 164+87+144=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A45790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45790 is #5BA86F. Grayscale: #747474. Windows color (decimal): -6006896 or 9459620. OLE color: 9459620.

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

Color convert

RGB16487144-
CMYK00.470.120.36
HSL315.58º30.68%49.22%-
HSV(B)315.58º46.95%64.31%-
XYZ23.7516.7228.36-
YUV116.52143.51161.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 87 (34.38% from 255) = 22.03%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=41.52%
G=22.03%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648714400.470.120.36315.5830.6849.22
HexA4579002FC2413c1f31
Octal24412722005714444743761
Binary101001001010111100100000101111110010010010011110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45790; }

 p { color: rgb(164,87,144); }

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

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

 a { background-color: rgb(164,87,144); }

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

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

 span { border-color: rgb(164,87,144); }

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