#A45896

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

Shades of Violet Blue #A45896

Tints of Violet Blue #A45896

Color information

#A45896 (or 0xA45896) is unknown color: approx Violet Blue. HEX triplet: A4, 58 and 96. RGB value is (164,88,150). Sum of RGB (Red+Green+Blue) = 164+88+150=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A45896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45896 is #5BA769. Grayscale: #757575. Windows color (decimal): -6006634 or 9853092. OLE color: 9853092.

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

Color convert

RGB16488150-
CMYK00.460.090.36
HSL311.05º30.16%49.41%-
HSV(B)311.05º46.34%64.31%-
XYZ24.317.0730.87-
YUV117.79146.18160.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=40.80%
G=21.89%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648815000.460.090.36311.0530.1649.41
HexA4589602E9241371e31
Octal24413022605611444673661
Binary101001001011000100101100101110100110010010011011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45896; }

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

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

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

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

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

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

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

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