#AB7BD6

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

Shades of Amethyst #AB7BD6

Tints of Amethyst #AB7BD6

Color information

#AB7BD6 (or 0xAB7BD6) is unknown color: approx Amethyst. HEX triplet: AB, 7B and D6. RGB value is (171,123,214). Sum of RGB (Red+Green+Blue) = 171+123+214=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB7BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BD6 is #548429. Grayscale: #939393. Windows color (decimal): -5538858 or 14056363. OLE color: 14056363.

HSL color Cylindrical-coordinate representation of color #AB7BD6: hue angle of 271.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7BD6 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171123214-
CMYK0.200.4300.16
HSL271.65º52.6%66.08%-
HSV(B)271.65º42.52%83.92%-
XYZ36.0227.6867.06-
YUV147.73165.4144.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 123 (48.44% from 255) = 24.21%
BLUE value IS 214 (83.98% from 255) = 42.13%
R=33.66%
G=24.21%
B=42.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711232140.200.4300.16271.6552.666.08
HexAB7BD6142B0101103542
Octal253173326245302042065102
Binary10101011111101111010110101001010110100001000100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7BD6; }

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

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

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

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

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

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

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

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