#A15A9C

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

Shades of Violet Blue #A15A9C

Tints of Violet Blue #A15A9C

Color information

#A15A9C (or 0xA15A9C) is unknown color: approx Violet Blue. HEX triplet: A1, 5A and 9C. RGB value is (161,90,156). Sum of RGB (Red+Green+Blue) = 161+90+156=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15A9C is #5EA563. Grayscale: #767676. Windows color (decimal): -6202724 or 10246817. OLE color: 10246817.

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

Color convert

RGB16190156-
CMYK00.440.030.37
HSL304.23º28.29%49.22%-
HSV(B)304.23º44.1%63.14%-
XYZ24.3517.2933.51-
YUV118.75149.02158.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=39.56%
G=22.11%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619015600.440.030.37304.2328.2949.22
HexA15A9C02C3251301c31
Octal2411322340543454603461
Binary1010000110110101001110001011001110010110011000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15A9C; }

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

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

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

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

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

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

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

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