#B17AD9

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

Shades of Amethyst #B17AD9

Tints of Amethyst #B17AD9

Color information

#B17AD9 (or 0xB17AD9) is unknown color: approx Amethyst. HEX triplet: B1, 7A and D9. RGB value is (177,122,217). Sum of RGB (Red+Green+Blue) = 177+122+217=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #B17AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17AD9 is #4E8526. Grayscale: #949494. Windows color (decimal): -5145895 or 14252721. OLE color: 14252721.

HSL color Cylindrical-coordinate representation of color #B17AD9: hue angle of 274.74º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B17AD9 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177122217-
CMYK0.180.4400.15
HSL274.74º55.56%66.47%-
HSV(B)274.74º43.78%85.1%-
XYZ37.6228.2869.12-
YUV149.27166.22147.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=34.30%
G=23.64%
B=42.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771222170.180.4400.15274.7455.5666.47
HexB17AD9122C0F1133842
Octal261172331225401742370102
Binary1011000111110101101100110010101100011111000100111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17AD9; }

 p { color: rgb(177,122,217); }

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

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

 a { background-color: rgb(177,122,217); }

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

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

 span { border-color: rgb(177,122,217); }

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