#A154AA

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

Shades of Violet Blue #A154AA

Tints of Violet Blue #A154AA

Color information

#A154AA (or 0xA154AA) is unknown color: approx Violet Blue. HEX triplet: A1, 54 and AA. RGB value is (161,84,170). Sum of RGB (Red+Green+Blue) = 161+84+170=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #A154AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A154AA is #5EAB55. Grayscale: #747474. Windows color (decimal): -6204246 or 11162785. OLE color: 11162785.

HSL color Cylindrical-coordinate representation of color #A154AA: hue angle of 293.72º 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 #A154AA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16184170-
CMYK0.050.5100.33
HSL293.72º33.86%49.8%-
HSV(B)293.72º50.59%66.67%-
XYZ25.1216.8239.95-
YUV116.83158.01159.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 84 (33.20% from 255) = 20.24%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=38.80%
G=20.24%
B=40.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161841700.050.5100.33293.7233.8649.8
HexA154AA5330211262232
Octal2411242525630414464262
Binary101000011010100101010101011100110100001100100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A154AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A154AA; }

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

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

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

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

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

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

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

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