#B561AA

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

Shades of Violet Blue #B561AA

Tints of Violet Blue #B561AA

Color information

#B561AA (or 0xB561AA) is unknown color: approx Violet Blue. HEX triplet: B5, 61 and AA. RGB value is (181,97,170). Sum of RGB (Red+Green+Blue) = 181+97+170=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B561AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B561AA is #4A9E55. Grayscale: #828282. Windows color (decimal): -4890198 or 11166133. OLE color: 11166133.

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

Color convert

RGB18197170-
CMYK00.460.060.29
HSL307.86º36.21%54.51%-
HSV(B)307.86º46.41%70.98%-
XYZ30.5921.2840.52-
YUV130.44150.33164.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=40.40%
G=21.65%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819717000.460.060.29307.8636.2154.51
HexB561AA02E61D1342437
Octal2651412520566354644467
Binary10110101110000110101010010111011011101100110100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B561AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B561AA; }

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

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

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

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

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

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

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

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