#A956AA

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

Shades of Violet Blue #A956AA

Tints of Violet Blue #A956AA

Color information

#A956AA (or 0xA956AA) is unknown color: approx Violet Blue. HEX triplet: A9, 56 and AA. RGB value is (169,86,170). Sum of RGB (Red+Green+Blue) = 169+86+170=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #A956AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A956AA is #56A955. Grayscale: #787878. Windows color (decimal): -5679446 or 11163305. OLE color: 11163305.

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

Color convert

RGB16986170-
CMYK0.010.4900.33
HSL299.29º33.07%50.2%-
HSV(B)299.29º49.41%66.67%-
XYZ26.9517.9940.08-
YUV120.39156162.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 170 (66.80% from 255) = 40%
R=39.76%
G=20.24%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169861700.010.4900.33299.2933.0750.2
HexA956AA13102112b2132
Octal2511262521610414534162
Binary1010100110101101010101011100010100001100101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A956AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A956AA; }

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

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

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

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

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

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

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

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