#A56094

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

Shades of Violet Blue #A56094

Tints of Violet Blue #A56094

Color information

#A56094 (or 0xA56094) is unknown color: approx Violet Blue. HEX triplet: A5, 60 and 94. RGB value is (165,96,148). Sum of RGB (Red+Green+Blue) = 165+96+148=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A56094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56094 is #5A9F6B. Grayscale: #7A7A7A. Windows color (decimal): -5939052 or 9724069. OLE color: 9724069.

HSL color Cylindrical-coordinate representation of color #A56094: hue angle of 314.78º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56094 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16596148-
CMYK00.420.100.35
HSL314.78º27.71%51.18%-
HSV(B)314.78º41.82%64.71%-
XYZ25.0518.530.27-
YUV122.56142.36158.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=40.34%
G=23.47%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659614800.420.100.35314.7827.7151.18
HexA5609402AA2313b1c33
Octal24514022405212434733463
Binary101001011100000100101000101010101010001110011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56094; }

 p { color: rgb(165,96,148); }

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

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

 a { background-color: rgb(165,96,148); }

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

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

 span { border-color: rgb(165,96,148); }

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