#A555AA

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

Shades of Violet Blue #A555AA

Tints of Violet Blue #A555AA

Color information

#A555AA (or 0xA555AA) is unknown color: approx Violet Blue. HEX triplet: A5, 55 and AA. RGB value is (165,85,170). Sum of RGB (Red+Green+Blue) = 165+85+170=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #A555AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A555AA is #5AAA55. Grayscale: #767676. Windows color (decimal): -5941846 or 11163045. OLE color: 11163045.

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

Color convert

RGB16585170-
CMYK0.030.5000.33
HSL296.47º33.33%50%-
HSV(B)296.47º50%66.67%-
XYZ26.0217.440.02-
YUV118.61157161.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=39.29%
G=20.24%
B=40.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165851700.030.5000.33296.4733.3350
HexA555AA3320211282132
Octal2451252523620414504162
Binary10100101101010110101010111100100100001100101000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A555AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A555AA; }

 p { color: rgb(165,85,170); }

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

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

 a { background-color: rgb(165,85,170); }

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

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

 span { border-color: rgb(165,85,170); }

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