#B06AAE

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

Shades of Violet Blue #B06AAE

Tints of Violet Blue #B06AAE

Color information

#B06AAE (or 0xB06AAE) is unknown color: approx Violet Blue. HEX triplet: B0, 6A and AE. RGB value is (176,106,174). Sum of RGB (Red+Green+Blue) = 176+106+174=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B06AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06AAE is #4F9551. Grayscale: #868686. Windows color (decimal): -5215570 or 11430576. OLE color: 11430576.

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

Color convert

RGB176106174-
CMYK00.400.010.31
HSL301.71º30.7%55.29%-
HSV(B)301.71º39.77%69.02%-
XYZ30.722.5942.79-
YUV134.68150.19157.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 106 (41.80% from 255) = 23.25%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=38.60%
G=23.25%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610617400.400.010.31301.7130.755.29
HexB06AAE02811F12e1f37
Octal2601522560501374563767
Binary10110000110101010101110010100011111110010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06AAE; }

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

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

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

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

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

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

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

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