#AB72D3

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

Shades of Amethyst #AB72D3

Tints of Amethyst #AB72D3

Color information

#AB72D3 (or 0xAB72D3) is unknown color: approx Amethyst. HEX triplet: AB, 72 and D3. RGB value is (171,114,211). Sum of RGB (Red+Green+Blue) = 171+114+211=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB72D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72D3 is #548D2C. Grayscale: #8D8D8D. Windows color (decimal): -5541165 or 13857451. OLE color: 13857451.

HSL color Cylindrical-coordinate representation of color #AB72D3: hue angle of 275.26º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB72D3 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171114211-
CMYK0.190.4600.17
HSL275.26º52.43%63.73%-
HSV(B)275.26º45.97%82.75%-
XYZ34.5725.464.71-
YUV142.1166.88148.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 211 (82.81% from 255) = 42.54%
R=34.48%
G=22.98%
B=42.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711142110.190.4600.17275.2652.4363.73
HexAB72D3132E0111133440
Octal253162323235602142364100
Binary10101011111001011010011100111011100100011000100111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB72D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB72D3; }

 p { color: rgb(171,114,211); }

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

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

 a { background-color: rgb(171,114,211); }

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

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

 span { border-color: rgb(171,114,211); }

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