#A56B9A

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

Shades of Violet Blue #A56B9A

Tints of Violet Blue #A56B9A

Color information

#A56B9A (or 0xA56B9A) is unknown color: approx Violet Blue. HEX triplet: A5, 6B and 9A. RGB value is (165,107,154). Sum of RGB (Red+Green+Blue) = 165+107+154=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B9A is #5A9465. Grayscale: #818181. Windows color (decimal): -5936230 or 10120101. OLE color: 10120101.

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

Color convert

RGB165107154-
CMYK00.350.070.35
HSL311.38º24.37%53.33%-
HSV(B)311.38º35.15%64.71%-
XYZ26.6120.8533.19-
YUV129.7141.72153.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=38.73%
G=25.12%
B=36.15%

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
Decimal16510715400.350.070.35311.3824.3753.33
HexA56B9A0237231371835
Octal2451532320437434673065
Binary10100101110101110011010010001111110001110011011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B9A; }

 p { color: rgb(165,107,154); }

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

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

 a { background-color: rgb(165,107,154); }

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

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

 span { border-color: rgb(165,107,154); }

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