#A95B95

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

Shades of Violet Blue #A95B95

Tints of Violet Blue #A95B95

Color information

#A95B95 (or 0xA95B95) is unknown color: approx Violet Blue. HEX triplet: A9, 5B and 95. RGB value is (169,91,149). Sum of RGB (Red+Green+Blue) = 169+91+149=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95B95 is #56A46A. Grayscale: #787878. Windows color (decimal): -5678187 or 9788329. OLE color: 9788329.

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

Color convert

RGB16991149-
CMYK00.460.120.34
HSL315.38º31.2%50.98%-
HSV(B)315.38º46.15%66.27%-
XYZ25.5318.0930.58-
YUV120.93143.84162.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=41.32%
G=22.25%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699114900.460.120.34315.3831.250.98
HexA95B9502EC2213b1f33
Octal25113322505614424733763
Binary101010011011011100101010101110110010001010011101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B95; }

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

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

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

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

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

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

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

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