#A356AE

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

Shades of Violet Blue #A356AE

Tints of Violet Blue #A356AE

Color information

#A356AE (or 0xA356AE) is unknown color: approx Violet Blue. HEX triplet: A3, 56 and AE. RGB value is (163,86,174). Sum of RGB (Red+Green+Blue) = 163+86+174=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #A356AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A356AE is #5CA951. Grayscale: #767676. Windows color (decimal): -6072658 or 11425443. OLE color: 11425443.

HSL color Cylindrical-coordinate representation of color #A356AE: hue angle of 292.5º 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 #A356AE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16386174-
CMYK0.060.5100.32
HSL292.5º35.2%50.98%-
HSV(B)292.5º50.57%68.24%-
XYZ26.0717.542.05-
YUV119.06159.01159.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 86 (33.98% from 255) = 20.33%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=38.53%
G=20.33%
B=41.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163861740.060.5100.32292.535.250.98
HexA356AE6330201242333
Octal2431262566630404444363
Binary101000111010110101011101101100110100000100100100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A356AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A356AE; }

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

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

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

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

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

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

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

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