#AB70D3

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

Shades of Amethyst #AB70D3

Tints of Amethyst #AB70D3

Color information

#AB70D3 (or 0xAB70D3) is unknown color: approx Amethyst. HEX triplet: AB, 70 and D3. RGB value is (171,112,211). Sum of RGB (Red+Green+Blue) = 171+112+211=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB70D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70D3 is #548F2C. Grayscale: #8C8C8C. Windows color (decimal): -5541677 or 13856939. OLE color: 13856939.

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

Color convert

RGB171112211-
CMYK0.190.4700.17
HSL275.76º52.94%63.33%-
HSV(B)275.76º46.92%82.75%-
XYZ34.3524.9564.63-
YUV140.93167.55149.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 112 (44.14% from 255) = 22.67%
BLUE value IS 211 (82.81% from 255) = 42.71%
R=34.62%
G=22.67%
B=42.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711122110.190.4700.17275.7652.9463.33
HexAB70D3132F011114353f
Octal25316032323570214246577
Binary1010101111100001101001110011101111010001100010100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70D3; }

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

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

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

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

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

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

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

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