#A45299

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

Shades of Violet Blue #A45299

Tints of Violet Blue #A45299

Color information

#A45299 (or 0xA45299) is unknown color: approx Violet Blue. HEX triplet: A4, 52 and 99. RGB value is (164,82,153). Sum of RGB (Red+Green+Blue) = 164+82+153=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A45299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45299 is #5BAD66. Grayscale: #727272. Windows color (decimal): -6008167 or 10048164. OLE color: 10048164.

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

Color convert

RGB16482153-
CMYK00.50.070.36
HSL308.05º33.33%48.24%-
HSV(B)308.05º50%64.31%-
XYZ24.0816.2332-
YUV114.61149.67163.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=41.10%
G=20.55%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648215300.50.070.36308.0533.3348.24
HexA452990327241342130
Octal2441222310627444644160
Binary101001001010010100110010110010111100100100110100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45299; }

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

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

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

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

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

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

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

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