#AB70DE

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

Shades of Amethyst #AB70DE

Tints of Amethyst #AB70DE

Color information

#AB70DE (or 0xAB70DE) is unknown color: approx Amethyst. HEX triplet: AB, 70 and DE. RGB value is (171,112,222). Sum of RGB (Red+Green+Blue) = 171+112+222=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB70DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70DE is #548F21. Grayscale: #8D8D8D. Windows color (decimal): -5541666 or 14577835. OLE color: 14577835.

HSL color Cylindrical-coordinate representation of color #AB70DE: hue angle of 272.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB70DE is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171112222-
CMYK0.230.5000.13
HSL272.18º62.5%65.49%-
HSV(B)272.18º49.55%87.06%-
XYZ35.7725.5272.15-
YUV142.18173.05148.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 112 (44.14% from 255) = 22.18%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=33.86%
G=22.18%
B=43.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711122220.230.5000.13272.1862.565.49
HexAB70DE17320D1103e41
Octal253160336276201542076101
Binary1010101111100001101111010111110010011011000100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70DE; }

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

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

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

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

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

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

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

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