#A95193

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

Shades of Violet Blue #A95193

Tints of Violet Blue #A95193

Color information

#A95193 (or 0xA95193) is unknown color: approx Violet Blue. HEX triplet: A9, 51 and 93. RGB value is (169,81,147). Sum of RGB (Red+Green+Blue) = 169+81+147=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A95193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95193 is #56AE6C. Grayscale: #727272. Windows color (decimal): -5680749 or 9654697. OLE color: 9654697.

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

Color convert

RGB16981147-
CMYK00.520.130.34
HSL315º35.2%49.02%-
HSV(B)315º52.07%66.27%-
XYZ24.5716.4329.48-
YUV114.84146.15166.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=42.57%
G=20.40%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698114700.520.130.3431535.249.02
HexA95193034D2213b2331
Octal25112122306415424734361
Binary1010100110100011001001101101001101100010100111011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95193; }

 p { color: rgb(169,81,147); }

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

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

 a { background-color: rgb(169,81,147); }

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

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

 span { border-color: rgb(169,81,147); }

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