#A45798

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

Shades of Violet Blue #A45798

Tints of Violet Blue #A45798

Color information

#A45798 (or 0xA45798) is unknown color: approx Violet Blue. HEX triplet: A4, 57 and 98. RGB value is (164,87,152). Sum of RGB (Red+Green+Blue) = 164+87+152=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A45798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45798 is #5BA867. Grayscale: #757575. Windows color (decimal): -6006888 or 9983908. OLE color: 9983908.

HSL color Cylindrical-coordinate representation of color #A45798: hue angle of 309.35º 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 #A45798 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16487152-
CMYK00.470.070.36
HSL309.35º30.68%49.22%-
HSV(B)309.35º46.95%64.31%-
XYZ24.3916.9831.7-
YUV117.43147.51161.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 87 (34.38% from 255) = 21.59%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=40.69%
G=21.59%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648715200.470.070.36309.3530.6849.22
HexA4579802F7241351f31
Octal2441272300577444653761
Binary10100100101011110011000010111111110010010011010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45798; }

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

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

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

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

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

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

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

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