#B560AA

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

Shades of Violet Blue #B560AA

Tints of Violet Blue #B560AA

Color information

#B560AA (or 0xB560AA) is unknown color: approx Violet Blue. HEX triplet: B5, 60 and AA. RGB value is (181,96,170). Sum of RGB (Red+Green+Blue) = 181+96+170=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B560AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B560AA is #4A9F55. Grayscale: #818181. Windows color (decimal): -4890454 or 11165877. OLE color: 11165877.

HSL color Cylindrical-coordinate representation of color #B560AA: hue angle of 307.76º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B560AA is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18196170-
CMYK00.470.060.29
HSL307.76º36.48%54.31%-
HSV(B)307.76º46.96%70.98%-
XYZ30.4921.0940.49-
YUV129.85150.66164.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=40.49%
G=21.48%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819617000.470.060.29307.7636.4854.31
HexB560AA02F61D1342436
Octal2651402520576354644466
Binary10110101110000010101010010111111011101100110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560AA; }

 p { color: rgb(181,96,170); }

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

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

 a { background-color: rgb(181,96,170); }

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

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

 span { border-color: rgb(181,96,170); }

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