#A56A98

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

Shades of Violet Blue #A56A98

Tints of Violet Blue #A56A98

Color information

#A56A98 (or 0xA56A98) is unknown color: approx Violet Blue. HEX triplet: A5, 6A and 98. RGB value is (165,106,152). Sum of RGB (Red+Green+Blue) = 165+106+152=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A98 is #5A9567. Grayscale: #808080. Windows color (decimal): -5936488 or 9988773. OLE color: 9988773.

HSL color Cylindrical-coordinate representation of color #A56A98: hue angle of 313.22º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56A98 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB165106152-
CMYK00.360.080.35
HSL313.22º24.69%53.14%-
HSV(B)313.22º35.76%64.71%-
XYZ26.3420.5732.29-
YUV128.88141.05153.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=39.01%
G=25.06%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510615200.360.080.35313.2224.6953.14
HexA56A980248231391935
Octal24515223004410434713165
Binary101001011101010100110000100100100010001110011100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A98; }

 p { color: rgb(165,106,152); }

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

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

 a { background-color: rgb(165,106,152); }

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

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

 span { border-color: rgb(165,106,152); }

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