#A551AB

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

Shades of Violet Blue #A551AB

Tints of Violet Blue #A551AB

Color information

#A551AB (or 0xA551AB) is unknown color: approx Violet Blue. HEX triplet: A5, 51 and AB. RGB value is (165,81,171). Sum of RGB (Red+Green+Blue) = 165+81+171=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #A551AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A551AB is #5AAE54. Grayscale: #747474. Windows color (decimal): -5942869 or 11227557. OLE color: 11227557.

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

Color convert

RGB16581171-
CMYK0.040.5300.33
HSL296º35.71%49.41%-
HSV(B)296º52.63%67.06%-
XYZ25.8116.8240.42-
YUV116.38158.83162.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=39.57%
G=19.42%
B=41.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165811710.040.5300.3329635.7149.41
HexA551AB4350211282431
Octal2451212534650414504461
Binary101001011010001101010111001101010100001100101000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A551AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A551AB; }

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

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

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

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

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

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

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

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