#AB70D8

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

Shades of Amethyst #AB70D8

Tints of Amethyst #AB70D8

Color information

#AB70D8 (or 0xAB70D8) is unknown color: approx Amethyst. HEX triplet: AB, 70 and D8. RGB value is (171,112,216). Sum of RGB (Red+Green+Blue) = 171+112+216=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB70D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70D8 is #548F27. Grayscale: #8D8D8D. Windows color (decimal): -5541672 or 14184619. OLE color: 14184619.

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

Color convert

RGB171112216-
CMYK0.210.4800.15
HSL274.04º57.14%64.31%-
HSV(B)274.04º48.15%84.71%-
XYZ34.9825.267.99-
YUV141.5170.05149.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 216 (84.77% from 255) = 43.29%
R=34.27%
G=22.44%
B=43.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711122160.210.4800.15274.0457.1464.31
HexAB70D815300F1123940
Octal253160330256001742271100
Binary1010101111100001101100010101110000011111000100101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70D8; }

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

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

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

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

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

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

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

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