#A56798

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

Shades of Violet Blue #A56798

Tints of Violet Blue #A56798

Color information

#A56798 (or 0xA56798) is unknown color: approx Violet Blue. HEX triplet: A5, 67 and 98. RGB value is (165,103,152). Sum of RGB (Red+Green+Blue) = 165+103+152=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A56798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56798 is #5A9867. Grayscale: #7E7E7E. Windows color (decimal): -5937256 or 9988005. OLE color: 9988005.

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

Color convert

RGB165103152-
CMYK00.380.080.35
HSL312.58º25.62%52.55%-
HSV(B)312.58º37.58%64.71%-
XYZ26.0319.9732.19-
YUV127.12142.04155.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=39.29%
G=24.52%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510315200.380.080.35312.5825.6252.55
HexA567980268231391a35
Octal24514723004610434713265
Binary101001011100111100110000100110100010001110011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56798; }

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

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

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

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

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

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

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

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