#AB70D0

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

Shades of Amethyst #AB70D0

Tints of Amethyst #AB70D0

Color information

#AB70D0 (or 0xAB70D0) is unknown color: approx Amethyst. HEX triplet: AB, 70 and D0. RGB value is (171,112,208). Sum of RGB (Red+Green+Blue) = 171+112+208=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB70D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70D0 is #548F2F. Grayscale: #8C8C8C. Windows color (decimal): -5541680 or 13660331. OLE color: 13660331.

HSL color Cylindrical-coordinate representation of color #AB70D0: hue angle of 276.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB70D0 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171112208-
CMYK0.180.4600.18
HSL276.88º50.53%62.75%-
HSV(B)276.88º46.15%81.57%-
XYZ33.9724.862.67-
YUV140.58166.05149.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 208 (81.64% from 255) = 42.36%
R=34.83%
G=22.81%
B=42.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711122080.180.4600.18276.8850.5362.75
HexAB70D0122E012115333f
Octal25316032022560224256377
Binary1010101111100001101000010010101110010010100010101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70D0; }

 p { color: rgb(171,112,208); }

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

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

 a { background-color: rgb(171,112,208); }

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

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

 span { border-color: rgb(171,112,208); }

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