#A256AE

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

Shades of Violet Blue #A256AE

Tints of Violet Blue #A256AE

Color information

#A256AE (or 0xA256AE) is unknown color: approx Violet Blue. HEX triplet: A2, 56 and AE. RGB value is (162,86,174). Sum of RGB (Red+Green+Blue) = 162+86+174=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #A256AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A256AE is #5DA951. Grayscale: #767676. Windows color (decimal): -6138194 or 11425442. OLE color: 11425442.

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

Color convert

RGB16286174-
CMYK0.070.5100.32
HSL291.82º35.2%50.98%-
HSV(B)291.82º50.57%68.24%-
XYZ25.8717.3942.04-
YUV118.76159.18158.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=38.39%
G=20.38%
B=41.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162861740.070.5100.32291.8235.250.98
HexA256AE7330201242333
Octal2421262567630404444363
Binary101000101010110101011101111100110100000100100100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A256AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A256AE; }

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

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

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

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

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

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

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

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