#A958A3

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

Shades of Violet Blue #A958A3

Tints of Violet Blue #A958A3

Color information

#A958A3 (or 0xA958A3) is unknown color: approx Violet Blue. HEX triplet: A9, 58 and A3. RGB value is (169,88,163). Sum of RGB (Red+Green+Blue) = 169+88+163=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A958A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A958A3 is #56A75C. Grayscale: #787878. Windows color (decimal): -5678941 or 10705065. OLE color: 10705065.

HSL color Cylindrical-coordinate representation of color #A958A3: hue angle of 304.44º 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 #A958A3 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16988163-
CMYK00.480.040.34
HSL304.44º32.02%50.39%-
HSV(B)304.44º47.93%66.27%-
XYZ26.4618.0636.74-
YUV120.77151.84162.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 88 (34.77% from 255) = 20.95%
BLUE value IS 163 (64.06% from 255) = 38.81%
R=40.24%
G=20.95%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698816300.480.040.34304.4432.0250.39
HexA958A30304221302032
Octal2511302430604424604062
Binary101010011011000101000110110000100100010100110000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A958A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A958A3; }

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

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

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

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

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

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

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

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