#B17ADF

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

Shades of Amethyst #B17ADF

Tints of Amethyst #B17ADF

Color information

#B17ADF (or 0xB17ADF) is unknown color: approx Amethyst. HEX triplet: B1, 7A and DF. RGB value is (177,122,223). Sum of RGB (Red+Green+Blue) = 177+122+223=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #B17ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ADF is #4E8520. Grayscale: #959595. Windows color (decimal): -5145889 or 14645937. OLE color: 14645937.

HSL color Cylindrical-coordinate representation of color #B17ADF: hue angle of 272.67º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B17ADF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177122223-
CMYK0.210.4500.13
HSL272.67º61.21%67.65%-
HSV(B)272.67º45.29%87.45%-
XYZ38.4128.5973.31-
YUV149.96169.22147.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 223 (87.5% from 255) = 42.72%
R=33.91%
G=23.37%
B=42.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771222230.210.4500.13272.6761.2167.65
HexB17ADF152D0D1113d44
Octal261172337255501542175104
Binary1011000111110101101111110101101101011011000100011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17ADF; }

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

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

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

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

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

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

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

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