#B06AA6

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

Shades of Violet Blue #B06AA6

Tints of Violet Blue #B06AA6

Color information

#B06AA6 (or 0xB06AA6) is unknown color: approx Violet Blue. HEX triplet: B0, 6A and A6. RGB value is (176,106,166). Sum of RGB (Red+Green+Blue) = 176+106+166=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B06AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06AA6 is #4F9559. Grayscale: #858585. Windows color (decimal): -5215578 or 10906288. OLE color: 10906288.

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

Color convert

RGB176106166-
CMYK00.400.060.31
HSL308.57º30.7%55.29%-
HSV(B)308.57º39.77%69.02%-
XYZ29.9422.2938.8-
YUV133.77146.19158.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 106 (41.80% from 255) = 23.66%
BLUE value IS 166 (65.23% from 255) = 37.05%
R=39.29%
G=23.66%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610616600.400.060.31308.5730.755.29
HexB06AA602861F1351f37
Octal2601522460506374653767
Binary1011000011010101010011001010001101111110011010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06AA6; }

 p { color: rgb(176,106,166); }

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

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

 a { background-color: rgb(176,106,166); }

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

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

 span { border-color: rgb(176,106,166); }

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