#A55EA4

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

Shades of Violet Blue #A55EA4

Tints of Violet Blue #A55EA4

Color information

#A55EA4 (or 0xA55EA4) is unknown color: approx Violet Blue. HEX triplet: A5, 5E and A4. RGB value is (165,94,164). Sum of RGB (Red+Green+Blue) = 165+94+164=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A55EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55EA4 is #5AA15B. Grayscale: #7B7B7B. Windows color (decimal): -5939548 or 10772133. OLE color: 10772133.

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

Color convert

RGB16594164-
CMYK00.430.010.35
HSL300.85º28.29%50.78%-
HSV(B)300.85º43.03%64.71%-
XYZ26.2218.6937.35-
YUV123.21151.02157.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=39.01%
G=22.22%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659416400.430.010.35300.8528.2950.78
HexA55EA402B12312d1c33
Octal2451362440531434553463
Binary101001011011110101001000101011110001110010110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55EA4; }

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

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

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

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

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

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

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

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