#A56C99

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

Shades of Violet Blue #A56C99

Tints of Violet Blue #A56C99

Color information

#A56C99 (or 0xA56C99) is unknown color: approx Violet Blue. HEX triplet: A5, 6C and 99. RGB value is (165,108,153). Sum of RGB (Red+Green+Blue) = 165+108+153=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56C99 is #5A9366. Grayscale: #828282. Windows color (decimal): -5935975 or 10054821. OLE color: 10054821.

HSL color Cylindrical-coordinate representation of color #A56C99: hue angle of 312.63º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56C99 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB165108153-
CMYK00.350.070.35
HSL312.63º24.05%53.53%-
HSV(B)312.63º34.55%64.71%-
XYZ26.6321.0232.79-
YUV130.17140.88152.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=38.73%
G=25.35%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510815300.350.070.35312.6324.0553.53
HexA56C990237231391836
Octal2451542310437434713066
Binary10100101110110010011001010001111110001110011100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C99; }

 p { color: rgb(165,108,153); }

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

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

 a { background-color: rgb(165,108,153); }

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

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

 span { border-color: rgb(165,108,153); }

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