#B069A1

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

Shades of Violet Blue #B069A1

Tints of Violet Blue #B069A1

Color information

#B069A1 (or 0xB069A1) is unknown color: approx Violet Blue. HEX triplet: B0, 69 and A1. RGB value is (176,105,161). Sum of RGB (Red+Green+Blue) = 176+105+161=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B069A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B069A1 is #4F965E. Grayscale: #848484. Windows color (decimal): -5215839 or 10578352. OLE color: 10578352.

HSL color Cylindrical-coordinate representation of color #B069A1: hue angle of 312.68º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B069A1 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB176105161-
CMYK00.400.090.31
HSL312.68º31%55.1%-
HSV(B)312.68º40.34%69.02%-
XYZ29.3921.9136.4-
YUV132.61144.02158.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 161 (63.28% from 255) = 36.43%
R=39.82%
G=23.76%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610516100.400.090.31312.683155.1
HexB069A102891F1391f37
Octal26015124105011374713767
Binary10110000110100110100001010100010011111110011100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069A1; }

 p { color: rgb(176,105,161); }

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

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

 a { background-color: rgb(176,105,161); }

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

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

 span { border-color: rgb(176,105,161); }

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