#B569A9

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

Shades of Violet Blue #B569A9

Tints of Violet Blue #B569A9

Color information

#B569A9 (or 0xB569A9) is unknown color: approx Violet Blue. HEX triplet: B5, 69 and A9. RGB value is (181,105,169). Sum of RGB (Red+Green+Blue) = 181+105+169=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B569A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B569A9 is #4A9656. Grayscale: #868686. Windows color (decimal): -4888151 or 11102645. OLE color: 11102645.

HSL color Cylindrical-coordinate representation of color #B569A9: hue angle of 309.47º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B569A9 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB181105169-
CMYK00.420.070.29
HSL309.47º33.93%56.08%-
HSV(B)309.47º41.99%70.98%-
XYZ31.2722.7940.29-
YUV135.02147.18160.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 169 (66.41% from 255) = 37.14%
R=39.78%
G=23.08%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110516900.420.070.29309.4733.9356.08
HexB569A902A71D1352238
Octal2651512510527354654270
Binary10110101110100110101001010101011111101100110101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569A9; }

 p { color: rgb(181,105,169); }

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

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

 a { background-color: rgb(181,105,169); }

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

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

 span { border-color: rgb(181,105,169); }

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