#A56699

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

Shades of Violet Blue #A56699

Tints of Violet Blue #A56699

Color information

#A56699 (or 0xA56699) is unknown color: approx Violet Blue. HEX triplet: A5, 66 and 99. RGB value is (165,102,153). Sum of RGB (Red+Green+Blue) = 165+102+153=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A56699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56699 is #5A9966. Grayscale: #7E7E7E. Windows color (decimal): -5937511 or 10053285. OLE color: 10053285.

HSL color Cylindrical-coordinate representation of color #A56699: hue angle of 311.43º 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 #A56699 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB165102153-
CMYK00.380.070.35
HSL311.43º25.93%52.35%-
HSV(B)311.43º38.18%64.71%-
XYZ26.0219.832.59-
YUV126.65142.87155.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=39.29%
G=24.29%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510215300.380.070.35311.4325.9352.35
HexA566990267231371a34
Octal2451462310467434673264
Binary10100101110011010011001010011011110001110011011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56699; }

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

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

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

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

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

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

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

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