#A154A5

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

Shades of Violet Blue #A154A5

Tints of Violet Blue #A154A5

Color information

#A154A5 (or 0xA154A5) is unknown color: approx Violet Blue. HEX triplet: A1, 54 and A5. RGB value is (161,84,165). Sum of RGB (Red+Green+Blue) = 161+84+165=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 165 - color contains mainly: blue. Hex color #A154A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A154A5 is #5EAB5A. Grayscale: #747474. Windows color (decimal): -6204251 or 10835105. OLE color: 10835105.

HSL color Cylindrical-coordinate representation of color #A154A5: hue angle of 297.04º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A154A5 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16184165-
CMYK0.020.4900.35
HSL297.04º32.53%48.82%-
HSV(B)297.04º49.09%64.71%-
XYZ24.6616.6337.51-
YUV116.26155.51159.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 84 (33.20% from 255) = 20.49%
BLUE value IS 165 (64.84% from 255) = 40.24%
R=39.27%
G=20.49%
B=40.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161841650.020.4900.35297.0432.5348.82
HexA154A52310231292131
Octal2411242452610434514161
Binary10100001101010010100101101100010100011100101001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A154A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A154A5; }

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

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

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

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

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

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

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

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