#A45291

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

Shades of Violet Blue #A45291

Tints of Violet Blue #A45291

Color information

#A45291 (or 0xA45291) is unknown color: approx Violet Blue. HEX triplet: A4, 52 and 91. RGB value is (164,82,145). Sum of RGB (Red+Green+Blue) = 164+82+145=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A45291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45291 is #5BAD6E. Grayscale: #717171. Windows color (decimal): -6008175 or 9523876. OLE color: 9523876.

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

Color convert

RGB16482145-
CMYK00.50.120.36
HSL313.9º33.33%48.24%-
HSV(B)313.9º50%64.31%-
XYZ23.4415.9728.64-
YUV113.7145.67163.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=41.94%
G=20.97%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648214500.50.120.36313.933.3348.24
HexA45291032C2413a2130
Octal24412222106214444724160
Binary1010010010100101001000101100101100100100100111010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45291; }

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

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

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

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

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

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

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

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