#A657AE

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

Shades of Violet Blue #A657AE

Tints of Violet Blue #A657AE

Color information

#A657AE (or 0xA657AE) is unknown color: approx Violet Blue. HEX triplet: A6, 57 and AE. RGB value is (166,87,174). Sum of RGB (Red+Green+Blue) = 166+87+174=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #A657AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A657AE is #59A851. Grayscale: #787878. Windows color (decimal): -5875794 or 11425702. OLE color: 11425702.

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

Color convert

RGB16687174-
CMYK0.050.500.32
HSL294.48º34.94%51.18%-
HSV(B)294.48º50%68.24%-
XYZ26.7717.9842.1-
YUV120.54158.17160.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 87 (34.38% from 255) = 20.37%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=38.88%
G=20.37%
B=40.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166871740.050.500.32294.4834.9451.18
HexA657AE5320201262333
Octal2461272565620404464363
Binary101001101010111101011101011100100100000100100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A657AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A657AE; }

 p { color: rgb(166,87,174); }

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

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

 a { background-color: rgb(166,87,174); }

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

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

 span { border-color: rgb(166,87,174); }

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