#A55EAE

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

Shades of Violet Blue #A55EAE

Tints of Violet Blue #A55EAE

Color information

#A55EAE (or 0xA55EAE) is unknown color: approx Violet Blue. HEX triplet: A5, 5E and AE. RGB value is (165,94,174). Sum of RGB (Red+Green+Blue) = 165+94+174=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #A55EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55EAE is #5AA151. Grayscale: #7C7C7C. Windows color (decimal): -5939538 or 11427493. OLE color: 11427493.

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

Color convert

RGB16594174-
CMYK0.050.4600.32
HSL293.25º33.06%52.55%-
HSV(B)293.25º45.98%68.24%-
XYZ27.1619.0642.29-
YUV124.35156.02157-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=38.11%
G=21.71%
B=40.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165941740.050.4600.32293.2533.0652.55
HexA55EAE52E0201252135
Octal2451362565560404454165
Binary101001011011110101011101011011100100000100100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55EAE; }

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

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

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

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

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

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

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

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