#B171DA

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

Shades of Amethyst #B171DA

Tints of Amethyst #B171DA

Color information

#B171DA (or 0xB171DA) is unknown color: approx Amethyst. HEX triplet: B1, 71 and DA. RGB value is (177,113,218). Sum of RGB (Red+Green+Blue) = 177+113+218=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #B171DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171DA is #4E8E25. Grayscale: #8F8F8F. Windows color (decimal): -5148198 or 14315953. OLE color: 14315953.

HSL color Cylindrical-coordinate representation of color #B171DA: hue angle of 276.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B171DA is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177113218-
CMYK0.190.4800.15
HSL276.57º58.66%64.9%-
HSV(B)276.57º48.17%85.49%-
XYZ36.6926.2269.46-
YUV144.11169.7151.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 218 (85.55% from 255) = 42.91%
R=34.84%
G=22.24%
B=42.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771132180.190.4800.15276.5758.6664.9
HexB171DA13300F1153b41
Octal261161332236001742573101
Binary1011000111100011101101010011110000011111000101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171DA; }

 p { color: rgb(177,113,218); }

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

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

 a { background-color: rgb(177,113,218); }

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

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

 span { border-color: rgb(177,113,218); }

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