#A956AE

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

Shades of Violet Blue #A956AE

Tints of Violet Blue #A956AE

Color information

#A956AE (or 0xA956AE) is unknown color: approx Violet Blue. HEX triplet: A9, 56 and AE. RGB value is (169,86,174). Sum of RGB (Red+Green+Blue) = 169+86+174=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #A956AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A956AE is #56A951. Grayscale: #787878. Windows color (decimal): -5679442 or 11425449. OLE color: 11425449.

HSL color Cylindrical-coordinate representation of color #A956AE: hue angle of 296.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A956AE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16986174-
CMYK0.030.5100.32
HSL296.59º35.2%50.98%-
HSV(B)296.59º50.57%68.24%-
XYZ27.3318.1542.11-
YUV120.85158162.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 86 (33.98% from 255) = 20.05%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=39.39%
G=20.05%
B=40.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169861740.030.5100.32296.5935.250.98
HexA956AE3330201292333
Octal2511262563630404514363
Binary10101001101011010101110111100110100000100101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A956AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A956AE; }

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

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

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

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

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

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

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

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