#A958AC

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

Shades of Violet Blue #A958AC

Tints of Violet Blue #A958AC

Color information

#A958AC (or 0xA958AC) is unknown color: approx Violet Blue. HEX triplet: A9, 58 and AC. RGB value is (169,88,172). Sum of RGB (Red+Green+Blue) = 169+88+172=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #A958AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A958AC is #56A753. Grayscale: #797979. Windows color (decimal): -5678932 or 11294889. OLE color: 11294889.

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

Color convert

RGB16988172-
CMYK0.020.4900.33
HSL297.86º33.6%50.98%-
HSV(B)297.86º48.84%67.45%-
XYZ27.318.3941.14-
YUV121.8156.34161.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=39.39%
G=20.51%
B=40.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169881720.020.4900.33297.8633.650.98
HexA958AC23102112a2233
Octal2511302542610414524263
Binary10101001101100010101100101100010100001100101010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A958AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A958AC; }

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

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

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

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

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

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

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

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