#A658AE

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

Shades of Violet Blue #A658AE

Tints of Violet Blue #A658AE

Color information

#A658AE (or 0xA658AE) is unknown color: approx Violet Blue. HEX triplet: A6, 58 and AE. RGB value is (166,88,174). Sum of RGB (Red+Green+Blue) = 166+88+174=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #A658AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A658AE is #59A751. Grayscale: #787878. Windows color (decimal): -5875538 or 11425958. OLE color: 11425958.

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

Color convert

RGB16688174-
CMYK0.050.4900.32
HSL294.42º34.68%51.37%-
HSV(B)294.42º49.43%68.24%-
XYZ26.8618.1442.13-
YUV121.13157.84160.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=38.79%
G=20.56%
B=40.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166881740.050.4900.32294.4234.6851.37
HexA658AE5310201262333
Octal2461302565610404464363
Binary101001101011000101011101011100010100000100100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A658AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A658AE; }

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

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

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

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

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

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

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

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