#A958AA

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

Shades of Violet Blue #A958AA

Tints of Violet Blue #A958AA

Color information

#A958AA (or 0xA958AA) is unknown color: approx Violet Blue. HEX triplet: A9, 58 and AA. RGB value is (169,88,170). Sum of RGB (Red+Green+Blue) = 169+88+170=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #A958AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A958AA is #56A755. Grayscale: #797979. Windows color (decimal): -5678934 or 11163817. OLE color: 11163817.

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

Color convert

RGB16988170-
CMYK0.010.4800.33
HSL299.27º32.54%50.59%-
HSV(B)299.27º48.24%66.67%-
XYZ27.1118.3240.14-
YUV121.57155.34161.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 88 (34.77% from 255) = 20.61%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=39.58%
G=20.61%
B=39.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169881700.010.4800.33299.2732.5450.59
HexA958AA13002112b2133
Octal2511302521600414534163
Binary1010100110110001010101011100000100001100101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A958AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A958AA; }

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

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

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

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

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

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

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

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