#B06AE5

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

Shades of Amethyst #B06AE5

Tints of Amethyst #B06AE5

Color information

#B06AE5 (or 0xB06AE5) is unknown color: approx Amethyst. HEX triplet: B0, 6A and E5. RGB value is (176,106,229). Sum of RGB (Red+Green+Blue) = 176+106+229=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #B06AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06AE5 is #4F951A. Grayscale: #8C8C8C. Windows color (decimal): -5215515 or 15035056. OLE color: 15035056.

HSL color Cylindrical-coordinate representation of color #B06AE5: hue angle of 274.15º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06AE5 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176106229-
CMYK0.230.5400.10
HSL274.15º70.29%65.69%-
HSV(B)274.15º53.71%89.8%-
XYZ37.225.277.03-
YUV140.95177.69153-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 106 (41.80% from 255) = 20.74%
BLUE value IS 229 (89.84% from 255) = 44.81%
R=34.44%
G=20.74%
B=44.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761062290.230.5400.10274.1570.2965.69
HexB06AE517360A1124642
Octal2601523452766012422106102
Binary10110000110101011100101101111101100101010001001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06AE5; }

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

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

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

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

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

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

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

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