#A95895

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

Shades of Violet Blue #A95895

Tints of Violet Blue #A95895

Color information

#A95895 (or 0xA95895) is unknown color: approx Violet Blue. HEX triplet: A9, 58 and 95. RGB value is (169,88,149). Sum of RGB (Red+Green+Blue) = 169+88+149=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A95895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95895 is #56A76A. Grayscale: #777777. Windows color (decimal): -5678955 or 9787561. OLE color: 9787561.

HSL color Cylindrical-coordinate representation of color #A95895: hue angle of 314.81º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A95895 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB16988149-
CMYK00.480.120.34
HSL314.81º32.02%50.39%-
HSV(B)314.81º47.93%66.27%-
XYZ25.2817.5830.5-
YUV119.17144.84163.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=41.63%
G=21.67%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698814900.480.120.34314.8132.0250.39
HexA95895030C2213b2032
Octal25113022506014424734062
Binary1010100110110001001010101100001100100010100111011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95895; }

 p { color: rgb(169,88,149); }

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

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

 a { background-color: rgb(169,88,149); }

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

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

 span { border-color: rgb(169,88,149); }

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