#A95493

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

Shades of Violet Blue #A95493

Tints of Violet Blue #A95493

Color information

#A95493 (or 0xA95493) is unknown color: approx Violet Blue. HEX triplet: A9, 54 and 93. RGB value is (169,84,147). Sum of RGB (Red+Green+Blue) = 169+84+147=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A95493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95493 is #56AB6C. Grayscale: #747474. Windows color (decimal): -5679981 or 9655465. OLE color: 9655465.

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

Color convert

RGB16984147-
CMYK00.500.130.34
HSL315.53º33.6%49.61%-
HSV(B)315.53º50.3%66.27%-
XYZ24.816.8829.56-
YUV116.6145.16165.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 147 (57.81% from 255) = 36.75%
R=42.25%
G=21%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698414700.500.130.34315.5333.649.61
HexA95493032D2213c2232
Octal25112422306215424744262
Binary1010100110101001001001101100101101100010100111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95493; }

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

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

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

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

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

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

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

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