#A55AAE

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

Shades of Violet Blue #A55AAE

Tints of Violet Blue #A55AAE

Color information

#A55AAE (or 0xA55AAE) is unknown color: approx Violet Blue. HEX triplet: A5, 5A and AE. RGB value is (165,90,174). Sum of RGB (Red+Green+Blue) = 165+90+174=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #A55AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55AAE is #5AA551. Grayscale: #797979. Windows color (decimal): -5940562 or 11426469. OLE color: 11426469.

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

Color convert

RGB16590174-
CMYK0.050.4800.32
HSL293.57º34.15%51.76%-
HSV(B)293.57º48.28%68.24%-
XYZ26.8118.3742.18-
YUV122157.35158.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=38.46%
G=20.98%
B=40.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165901740.050.4800.32293.5734.1551.76
HexA55AAE5300201262234
Octal2451322565600404464264
Binary101001011011010101011101011100000100000100100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55AAE; }

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

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

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

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

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

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

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

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