#A1529C

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

Shades of Violet Blue #A1529C

Tints of Violet Blue #A1529C

Color information

#A1529C (or 0xA1529C) is unknown color: approx Violet Blue. HEX triplet: A1, 52 and 9C. RGB value is (161,82,156). Sum of RGB (Red+Green+Blue) = 161+82+156=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A1529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1529C is #5EAD63. Grayscale: #717171. Windows color (decimal): -6204772 or 10244769. OLE color: 10244769.

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

Color convert

RGB16182156-
CMYK00.490.030.37
HSL303.8º32.51%47.65%-
HSV(B)303.8º49.07%63.14%-
XYZ23.7216.0133.29-
YUV114.06151.67161.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=40.35%
G=20.55%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618215600.490.030.37303.832.5147.65
HexA1529C0313251302130
Octal2411222340613454604160
Binary10100001101001010011100011000111100101100110000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1529C; }

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

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

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

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

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

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

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

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