#B569A4

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

Shades of Violet Blue #B569A4

Tints of Violet Blue #B569A4

Color information

#B569A4 (or 0xB569A4) is unknown color: approx Violet Blue. HEX triplet: B5, 69 and A4. RGB value is (181,105,164). Sum of RGB (Red+Green+Blue) = 181+105+164=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B569A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B569A4 is #4A965B. Grayscale: #868686. Windows color (decimal): -4888156 or 10774965. OLE color: 10774965.

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

Color convert

RGB181105164-
CMYK00.420.090.29
HSL313.42º33.93%56.08%-
HSV(B)313.42º41.99%70.98%-
XYZ30.8122.6137.86-
YUV134.45144.68161.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 164 (64.45% from 255) = 36.44%
R=40.22%
G=23.33%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110516400.420.090.29313.4233.9356.08
HexB569A402A91D1392238
Octal26515124405211354714270
Binary101101011101001101001000101010100111101100111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569A4; }

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

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

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

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

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

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

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

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