#A1528E

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

Shades of Violet Blue #A1528E

Tints of Violet Blue #A1528E

Color information

#A1528E (or 0xA1528E) is unknown color: approx Violet Blue. HEX triplet: A1, 52 and 8E. RGB value is (161,82,142). Sum of RGB (Red+Green+Blue) = 161+82+142=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1528E is #5EAD71. Grayscale: #707070. Windows color (decimal): -6204786 or 9327265. OLE color: 9327265.

HSL color Cylindrical-coordinate representation of color #A1528E: hue angle of 314.43º 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 #A1528E is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16182142-
CMYK00.490.120.37
HSL314.43º32.51%47.65%-
HSV(B)314.43º49.07%63.14%-
XYZ22.615.5627.4-
YUV112.46144.67162.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 82 (32.42% from 255) = 21.30%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=41.82%
G=21.30%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618214200.490.120.37314.4332.5147.65
HexA1528E031C2513a2130
Octal24112221606114454724160
Binary1010000110100101000111001100011100100101100111010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1528E; }

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

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

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

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

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

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

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

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