#A55EA1

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

Shades of Violet Blue #A55EA1

Tints of Violet Blue #A55EA1

Color information

#A55EA1 (or 0xA55EA1) is unknown color: approx Violet Blue. HEX triplet: A5, 5E and A1. RGB value is (165,94,161). Sum of RGB (Red+Green+Blue) = 165+94+161=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A55EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55EA1 is #5AA15E. Grayscale: #7A7A7A. Windows color (decimal): -5939551 or 10575525. OLE color: 10575525.

HSL color Cylindrical-coordinate representation of color #A55EA1: hue angle of 303.38º 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 #A55EA1 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16594161-
CMYK00.430.020.35
HSL303.38º28.29%50.78%-
HSV(B)303.38º43.03%64.71%-
XYZ25.9518.5835.94-
YUV122.87149.52158.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 94 (37.11% from 255) = 22.38%
BLUE value IS 161 (63.28% from 255) = 38.33%
R=39.29%
G=22.38%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659416100.430.020.35303.3828.2950.78
HexA55EA102B22312f1c33
Octal2451362410532434573463
Binary1010010110111101010000101010111010001110010111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55EA1; }

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

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

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

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

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

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

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

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