#A15794

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

Shades of Violet Blue #A15794

Tints of Violet Blue #A15794

Color information

#A15794 (or 0xA15794) is unknown color: approx Violet Blue. HEX triplet: A1, 57 and 94. RGB value is (161,87,148). Sum of RGB (Red+Green+Blue) = 161+87+148=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A15794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15794 is #5EA86B. Grayscale: #737373. Windows color (decimal): -6203500 or 9721761. OLE color: 9721761.

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

Color convert

RGB16187148-
CMYK00.460.080.37
HSL310.54º29.84%48.63%-
HSV(B)310.54º45.96%63.14%-
XYZ23.4516.5329.97-
YUV116.08146.02160.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 87 (34.38% from 255) = 21.97%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=40.66%
G=21.97%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618714800.460.080.37310.5429.8448.63
HexA1579402E8251371e31
Octal24112722405610454673661
Binary101000011010111100101000101110100010010110011011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15794; }

 p { color: rgb(161,87,148); }

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

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

 a { background-color: rgb(161,87,148); }

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

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

 span { border-color: rgb(161,87,148); }

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