#A154AB

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

Shades of Violet Blue #A154AB

Tints of Violet Blue #A154AB

Color information

#A154AB (or 0xA154AB) is unknown color: approx Violet Blue. HEX triplet: A1, 54 and AB. RGB value is (161,84,171). Sum of RGB (Red+Green+Blue) = 161+84+171=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #A154AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A154AB is #5EAB54. Grayscale: #747474. Windows color (decimal): -6204245 or 11228321. OLE color: 11228321.

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

Color convert

RGB16184171-
CMYK0.060.5100.33
HSL293.1º34.12%50%-
HSV(B)293.1º50.88%67.06%-
XYZ25.2216.8640.45-
YUV116.94158.51159.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.70%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=38.70%
G=20.19%
B=41.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161841710.060.5100.33293.134.1250
HexA154AB6330211252232
Octal2411242536630414454262
Binary101000011010100101010111101100110100001100100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A154AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A154AB; }

 p { color: rgb(161,84,171); }

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

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

 a { background-color: rgb(161,84,171); }

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

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

 span { border-color: rgb(161,84,171); }

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