#A56898

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

Shades of Violet Blue #A56898

Tints of Violet Blue #A56898

Color information

#A56898 (or 0xA56898) is unknown color: approx Violet Blue. HEX triplet: A5, 68 and 98. RGB value is (165,104,152). Sum of RGB (Red+Green+Blue) = 165+104+152=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A56898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56898 is #5A9767. Grayscale: #7F7F7F. Windows color (decimal): -5937000 or 9988261. OLE color: 9988261.

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

Color convert

RGB165104152-
CMYK00.370.080.35
HSL312.79º25.31%52.75%-
HSV(B)312.79º36.97%64.71%-
XYZ26.1320.1732.22-
YUV127.71141.71154.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=39.19%
G=24.70%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510415200.370.080.35312.7925.3152.75
HexA568980258231391935
Octal24515023004510434713165
Binary101001011101000100110000100101100010001110011100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56898; }

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

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

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

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

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

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

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

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