#B569AB

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

Shades of Violet Blue #B569AB

Tints of Violet Blue #B569AB

Color information

#B569AB (or 0xB569AB) is unknown color: approx Violet Blue. HEX triplet: B5, 69 and AB. RGB value is (181,105,171). Sum of RGB (Red+Green+Blue) = 181+105+171=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B569AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B569AB is #4A9654. Grayscale: #878787. Windows color (decimal): -4888149 or 11233717. OLE color: 11233717.

HSL color Cylindrical-coordinate representation of color #B569AB: hue angle of 307.89º 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 #B569AB is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181105171-
CMYK00.420.060.29
HSL307.89º33.93%56.08%-
HSV(B)307.89º41.99%70.98%-
XYZ31.4622.8741.28-
YUV135.25148.18160.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=39.61%
G=22.98%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110517100.420.060.29307.8933.9356.08
HexB569AB02A61D1342238
Octal2651512530526354644270
Binary10110101110100110101011010101011011101100110100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569AB; }

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

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

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

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

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

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

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

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