#A45595

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

Shades of Violet Blue #A45595

Tints of Violet Blue #A45595

Color information

#A45595 (or 0xA45595) is unknown color: approx Violet Blue. HEX triplet: A4, 55 and 95. RGB value is (164,85,149). Sum of RGB (Red+Green+Blue) = 164+85+149=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A45595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45595 is #5BAA6A. Grayscale: #737373. Windows color (decimal): -6007403 or 9786788. OLE color: 9786788.

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

Color convert

RGB16485149-
CMYK00.480.090.36
HSL311.39º31.73%48.82%-
HSV(B)311.39º48.17%64.31%-
XYZ23.9816.5630.37-
YUV115.92146.67162.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=41.21%
G=21.36%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648514900.480.090.36311.3931.7348.82
HexA455950309241372031
Octal24412522506011444674061
Binary1010010010101011001010101100001001100100100110111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45595; }

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

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

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

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

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

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

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

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