#A070D8

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

Shades of Amethyst #A070D8

Tints of Amethyst #A070D8

Color information

#A070D8 (or 0xA070D8) is unknown color: approx Amethyst. HEX triplet: A0, 70 and D8. RGB value is (160,112,216). Sum of RGB (Red+Green+Blue) = 160+112+216=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #A070D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070D8 is #5F8F27. Grayscale: #898989. Windows color (decimal): -6262568 or 14184608. OLE color: 14184608.

HSL color Cylindrical-coordinate representation of color #A070D8: hue angle of 267.69º 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 #A070D8 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160112216-
CMYK0.260.4800.15
HSL267.69º57.14%64.31%-
HSV(B)267.69º48.15%84.71%-
XYZ32.6924.0267.88-
YUV138.21171.9143.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 112 (44.14% from 255) = 22.95%
BLUE value IS 216 (84.77% from 255) = 44.26%
R=32.79%
G=22.95%
B=44.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601122160.260.4800.15267.6957.1464.31
HexA070D81A300F10c3940
Octal240160330326001741471100
Binary1010000011100001101100011010110000011111000011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A070D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A070D8; }

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

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

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

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

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

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

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

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