#A45296

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

Shades of Violet Blue #A45296

Tints of Violet Blue #A45296

Color information

#A45296 (or 0xA45296) is unknown color: approx Violet Blue. HEX triplet: A4, 52 and 96. RGB value is (164,82,150). Sum of RGB (Red+Green+Blue) = 164+82+150=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A45296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45296 is #5BAD69. Grayscale: #727272. Windows color (decimal): -6008170 or 9851556. OLE color: 9851556.

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

Color convert

RGB16482150-
CMYK00.50.090.36
HSL310.24º33.33%48.24%-
HSV(B)310.24º50%64.31%-
XYZ23.8316.1330.71-
YUV114.27148.17163.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 150 (58.98% from 255) = 37.88%
R=41.41%
G=20.71%
B=37.88%

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
Decimal1648215000.50.090.36310.2433.3348.24
HexA452960329241362130
Octal24412222606211444664160
Binary1010010010100101001011001100101001100100100110110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45296; }

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

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

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

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

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

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

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

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