#A55AAC

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

Shades of Violet Blue #A55AAC

Tints of Violet Blue #A55AAC

Color information

#A55AAC (or 0xA55AAC) is unknown color: approx Violet Blue. HEX triplet: A5, 5A and AC. RGB value is (165,90,172). Sum of RGB (Red+Green+Blue) = 165+90+172=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #A55AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55AAC is #5AA553. Grayscale: #797979. Windows color (decimal): -5940564 or 11295397. OLE color: 11295397.

HSL color Cylindrical-coordinate representation of color #A55AAC: hue angle of 294.88º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55AAC is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16590172-
CMYK0.040.4800.33
HSL294.88º33.06%51.37%-
HSV(B)294.88º47.67%67.45%-
XYZ26.6218.2941.16-
YUV121.77156.35158.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=38.64%
G=21.08%
B=40.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165901720.040.4800.33294.8833.0651.37
HexA55AAC4300211272133
Octal2451322544600414474163
Binary101001011011010101011001001100000100001100100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55AAC; }

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

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

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

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

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

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

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

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