#B06AAF

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

Shades of Violet Blue #B06AAF

Tints of Violet Blue #B06AAF

Color information

#B06AAF (or 0xB06AAF) is unknown color: approx Violet Blue. HEX triplet: B0, 6A and AF. RGB value is (176,106,175). Sum of RGB (Red+Green+Blue) = 176+106+175=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B06AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06AAF is #4F9550. Grayscale: #868686. Windows color (decimal): -5215569 or 11496112. OLE color: 11496112.

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

Color convert

RGB176106175-
CMYK00.400.010.31
HSL300.86º30.7%55.29%-
HSV(B)300.86º39.77%69.02%-
XYZ30.822.6343.3-
YUV134.8150.69157.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 106 (41.80% from 255) = 23.19%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=38.51%
G=23.19%
B=38.29%

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
Decimal17610617500.400.010.31300.8630.755.29
HexB06AAF02811F12d1f37
Octal2601522570501374553767
Binary10110000110101010101111010100011111110010110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06AAF; }

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

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

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

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

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

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

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

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