#A555AB

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

Shades of Violet Blue #A555AB

Tints of Violet Blue #A555AB

Color information

#A555AB (or 0xA555AB) is unknown color: approx Violet Blue. HEX triplet: A5, 55 and AB. RGB value is (165,85,171). Sum of RGB (Red+Green+Blue) = 165+85+171=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #A555AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A555AB is #5AAA54. Grayscale: #767676. Windows color (decimal): -5941845 or 11228581. OLE color: 11228581.

HSL color Cylindrical-coordinate representation of color #A555AB: hue angle of 295.81º degrees, saturation: 0.34, 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 #A555AB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16585171-
CMYK0.040.5000.33
HSL295.81º33.86%50.2%-
HSV(B)295.81º50.29%67.06%-
XYZ26.1217.4440.52-
YUV118.72157.5161.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 85 (33.59% from 255) = 20.19%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=39.19%
G=20.19%
B=40.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165851710.040.5000.33295.8133.8650.2
HexA555AB4320211282232
Octal2451252534620414504262
Binary101001011010101101010111001100100100001100101000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A555AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A555AB; }

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

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

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

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

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

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

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

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