#a558ae

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

Shades of Violet Blue #A558AE

Tints of Violet Blue #A558AE

Color information

#A558AE (or 0xA558AE) is unknown color: approx Violet Blue. HEX triplet: A5, 58 and AE. RGB value is (165,88,174). Sum of RGB (Red+Green+Blue) = 165+88+174=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 88 (34.77% from 255 or 20.61% 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 #A558AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A558AE is #5AA751. Grayscale: #787878. Windows color (decimal): -5941074 or 11425957. OLE color: 11425957.

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

Color convert

RGB16588174-
CMYK0.050.4900.32
HSL293.72º34.68%51.37%-
HSV(B)293.72º49.43%68.24%-
XYZ26.6518.0342.12-
YUV120.83158.01159.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 88 (34.77% from 255) = 20.61%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=38.64%
G=20.61%
B=40.75%

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
Decimal165881740.050.4900.32293.7234.6851.37
HexA558AE5310201262333
Octal2451302565610404464363
Binary101001011011000101011101011100010100000100100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a558ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a558ae; }

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

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

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

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

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

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

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

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