#A1539C

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

Shades of Violet Blue #A1539C

Tints of Violet Blue #A1539C

Color information

#A1539C (or 0xA1539C) is unknown color: approx Violet Blue. HEX triplet: A1, 53 and 9C. RGB value is (161,83,156). Sum of RGB (Red+Green+Blue) = 161+83+156=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1539C is #5EAC63. Grayscale: #727272. Windows color (decimal): -6204516 or 10245025. OLE color: 10245025.

HSL color Cylindrical-coordinate representation of color #A1539C: hue angle of 303.85º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1539C is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB16183156-
CMYK00.480.030.37
HSL303.85º31.97%47.84%-
HSV(B)303.85º48.45%63.14%-
XYZ23.7916.1633.32-
YUV114.64151.34161.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 83 (32.81% from 255) = 20.75%
BLUE value IS 156 (61.33% from 255) = 39%
R=40.25%
G=20.75%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618315600.480.030.37303.8531.9747.84
HexA1539C0303251302030
Octal2411232340603454604060
Binary10100001101001110011100011000011100101100110000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1539C; }

 p { color: rgb(161,83,156); }

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

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

 a { background-color: rgb(161,83,156); }

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

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

 span { border-color: rgb(161,83,156); }

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