#B06AA7

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

Shades of Violet Blue #B06AA7

Tints of Violet Blue #B06AA7

Color information

#B06AA7 (or 0xB06AA7) is unknown color: approx Violet Blue. HEX triplet: B0, 6A and A7. RGB value is (176,106,167). Sum of RGB (Red+Green+Blue) = 176+106+167=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B06AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06AA7 is #4F9558. Grayscale: #858585. Windows color (decimal): -5215577 or 10971824. OLE color: 10971824.

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

Color convert

RGB176106167-
CMYK00.400.050.31
HSL307.71º30.7%55.29%-
HSV(B)307.71º39.77%69.02%-
XYZ30.0322.3339.29-
YUV133.88146.69158.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 167 (65.62% from 255) = 37.19%
R=39.20%
G=23.61%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610616700.400.050.31307.7130.755.29
HexB06AA702851F1341f37
Octal2601522470505374643767
Binary1011000011010101010011101010001011111110011010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06AA7; }

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

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

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

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

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

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

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

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