#A56696

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

Shades of Violet Blue #A56696

Tints of Violet Blue #A56696

Color information

#A56696 (or 0xA56696) is unknown color: approx Violet Blue. HEX triplet: A5, 66 and 96. RGB value is (165,102,150). Sum of RGB (Red+Green+Blue) = 165+102+150=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A56696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56696 is #5A9969. Grayscale: #7E7E7E. Windows color (decimal): -5937514 or 9856677. OLE color: 9856677.

HSL color Cylindrical-coordinate representation of color #A56696: hue angle of 314.29º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A56696 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB165102150-
CMYK00.380.090.35
HSL314.29º25.93%52.35%-
HSV(B)314.29º38.18%64.71%-
XYZ25.7719.731.3-
YUV126.31141.37155.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=39.57%
G=24.46%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510215000.380.090.35314.2925.9352.35
HexA5669602692313a1a34
Octal24514622604611434723264
Binary101001011100110100101100100110100110001110011101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56696; }

 p { color: rgb(165,102,150); }

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

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

 a { background-color: rgb(165,102,150); }

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

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

 span { border-color: rgb(165,102,150); }

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