#A55E9E

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

Shades of Violet Blue #A55E9E

Tints of Violet Blue #A55E9E

Color information

#A55E9E (or 0xA55E9E) is unknown color: approx Violet Blue. HEX triplet: A5, 5E and 9E. RGB value is (165,94,158). Sum of RGB (Red+Green+Blue) = 165+94+158=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55E9E is #5AA161. Grayscale: #7A7A7A. Windows color (decimal): -5939554 or 10378917. OLE color: 10378917.

HSL color Cylindrical-coordinate representation of color #A55E9E: hue angle of 305.92º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A55E9E is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16594158-
CMYK00.430.040.35
HSL305.92º28.29%50.78%-
HSV(B)305.92º43.03%64.71%-
XYZ25.6918.4734.56-
YUV122.52148.02158.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=39.57%
G=22.54%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659415800.430.040.35305.9228.2950.78
HexA55E9E02B4231321c33
Octal2451362360534434623463
Binary10100101101111010011110010101110010001110011001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E9E; }

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

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

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

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

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

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

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

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