#AB7BD9

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

Shades of Amethyst #AB7BD9

Tints of Amethyst #AB7BD9

Color information

#AB7BD9 (or 0xAB7BD9) is unknown color: approx Amethyst. HEX triplet: AB, 7B and D9. RGB value is (171,123,217). Sum of RGB (Red+Green+Blue) = 171+123+217=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB7BD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BD9 is #548426. Grayscale: #939393. Windows color (decimal): -5538855 or 14252971. OLE color: 14252971.

HSL color Cylindrical-coordinate representation of color #AB7BD9: hue angle of 270.64º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7BD9 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171123217-
CMYK0.210.4300.15
HSL270.64º55.29%66.67%-
HSV(B)270.64º43.32%85.1%-
XYZ36.427.8369.1-
YUV148.07166.9144.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 123 (48.44% from 255) = 24.07%
BLUE value IS 217 (85.16% from 255) = 42.47%
R=33.46%
G=24.07%
B=42.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711232170.210.4300.15270.6455.2966.67
HexAB7BD9152B0F10f3743
Octal253173331255301741767103
Binary1010101111110111101100110101101011011111000011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7BD9; }

 p { color: rgb(171,123,217); }

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

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

 a { background-color: rgb(171,123,217); }

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

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

 span { border-color: rgb(171,123,217); }

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