#A070D1

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

Shades of Amethyst #A070D1

Tints of Amethyst #A070D1

Color information

#A070D1 (or 0xA070D1) is unknown color: approx Amethyst. HEX triplet: A0, 70 and D1. RGB value is (160,112,209). Sum of RGB (Red+Green+Blue) = 160+112+209=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #A070D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070D1 is #5F8F2E. Grayscale: #898989. Windows color (decimal): -6262575 or 13725856. OLE color: 13725856.

HSL color Cylindrical-coordinate representation of color #A070D1: hue angle of 269.69º 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 #A070D1 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160112209-
CMYK0.230.4600.18
HSL269.69º51.32%62.94%-
HSV(B)269.69º46.41%81.96%-
XYZ31.823.6763.21-
YUV137.41168.4144.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 112 (44.14% from 255) = 23.28%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=33.26%
G=23.28%
B=43.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601122090.230.4600.18269.6951.3262.94
HexA070D1172E01210e333f
Octal24016032127560224166377
Binary1010000011100001101000110111101110010010100001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A070D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A070D1; }

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

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

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

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

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

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

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

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