#A56FB0

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

Shades of Violet Blue #A56FB0

Tints of Violet Blue #A56FB0

Color information

#A56FB0 (or 0xA56FB0) is unknown color: approx Violet Blue. HEX triplet: A5, 6F and B0. RGB value is (165,111,176). Sum of RGB (Red+Green+Blue) = 165+111+176=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 176 - color contains mainly: blue. Hex color #A56FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56FB0 is #5A904F. Grayscale: #868686. Windows color (decimal): -5935184 or 11562917. OLE color: 11562917.

HSL color Cylindrical-coordinate representation of color #A56FB0: hue angle of 289.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56FB0 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165111176-
CMYK0.060.3700.31
HSL289.85º29.15%56.27%-
HSV(B)289.85º36.93%69.02%-
XYZ29.0422.543.89-
YUV134.56151.39149.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 176 (69.14% from 255) = 38.94%
R=36.50%
G=24.56%
B=38.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651111760.060.3700.31289.8529.1556.27
HexA56FB062501F1221d38
Octal2451572606450374423570
Binary1010010111011111011000011010010101111110010001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FB0; }

 p { color: rgb(165,111,176); }

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

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

 a { background-color: rgb(165,111,176); }

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

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

 span { border-color: rgb(165,111,176); }

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