#A45295

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

Shades of Violet Blue #A45295

Tints of Violet Blue #A45295

Color information

#A45295 (or 0xA45295) is unknown color: approx Violet Blue. HEX triplet: A4, 52 and 95. RGB value is (164,82,149). Sum of RGB (Red+Green+Blue) = 164+82+149=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A45295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45295 is #5BAD6A. Grayscale: #717171. Windows color (decimal): -6008171 or 9786020. OLE color: 9786020.

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

Color convert

RGB16482149-
CMYK00.50.090.36
HSL310.98º33.33%48.24%-
HSV(B)310.98º50%64.31%-
XYZ23.7516.130.29-
YUV114.16147.67163.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=41.52%
G=20.76%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648214900.50.090.36310.9833.3348.24
HexA452950329241372130
Octal24412222506211444674160
Binary1010010010100101001010101100101001100100100110111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45295; }

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

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

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

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

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

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

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

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