#A956AC

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

Shades of Violet Blue #A956AC

Tints of Violet Blue #A956AC

Color information

#A956AC (or 0xA956AC) is unknown color: approx Violet Blue. HEX triplet: A9, 56 and AC. RGB value is (169,86,172). Sum of RGB (Red+Green+Blue) = 169+86+172=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #A956AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A956AC is #56A953. Grayscale: #787878. Windows color (decimal): -5679444 or 11294377. OLE color: 11294377.

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

Color convert

RGB16986172-
CMYK0.020.500.33
HSL297.91º34.13%50.59%-
HSV(B)297.91º50%67.45%-
XYZ27.1418.0741.09-
YUV120.62157162.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 86 (33.98% from 255) = 20.14%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=39.58%
G=20.14%
B=40.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169861720.020.500.33297.9134.1350.59
HexA956AC23202112a2233
Octal2511262542620414524263
Binary10101001101011010101100101100100100001100101010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A956AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A956AC; }

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

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

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

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

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

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

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

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