#A95396

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

Shades of Violet Blue #A95396

Tints of Violet Blue #A95396

Color information

#A95396 (or 0xA95396) is unknown color: approx Violet Blue. HEX triplet: A9, 53 and 96. RGB value is (169,83,150). Sum of RGB (Red+Green+Blue) = 169+83+150=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A95396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95396 is #56AC69. Grayscale: #747474. Windows color (decimal): -5680234 or 9851817. OLE color: 9851817.

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

Color convert

RGB16983150-
CMYK00.510.110.34
HSL313.26º34.13%49.41%-
HSV(B)313.26º50.89%66.27%-
XYZ24.9616.8230.79-
YUV116.35146.99165.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=42.04%
G=20.65%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698315000.510.110.34313.2634.1349.41
HexA95396033B221392231
Octal25112322606313424714261
Binary1010100110100111001011001100111011100010100111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95396; }

 p { color: rgb(169,83,150); }

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

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

 a { background-color: rgb(169,83,150); }

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

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

 span { border-color: rgb(169,83,150); }

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