#B569AD

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

Shades of Violet Blue #B569AD

Tints of Violet Blue #B569AD

Color information

#B569AD (or 0xB569AD) is unknown color: approx Violet Blue. HEX triplet: B5, 69 and AD. RGB value is (181,105,173). Sum of RGB (Red+Green+Blue) = 181+105+173=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B569AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B569AD is #4A9652. Grayscale: #878787. Windows color (decimal): -4888147 or 11364789. OLE color: 11364789.

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

Color convert

RGB181105173-
CMYK00.420.040.29
HSL306.32º33.93%56.08%-
HSV(B)306.32º41.99%70.98%-
XYZ31.6522.9442.3-
YUV135.48149.18160.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 105 (41.41% from 255) = 22.88%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=39.43%
G=22.88%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110517300.420.040.29306.3233.9356.08
HexB569AD02A41D1322238
Octal2651512550524354624270
Binary10110101110100110101101010101010011101100110010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569AD; }

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

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

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

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

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

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

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

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