#A970DA

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

Shades of Amethyst #A970DA

Tints of Amethyst #A970DA

Color information

#A970DA (or 0xA970DA) is unknown color: approx Amethyst. HEX triplet: A9, 70 and DA. RGB value is (169,112,218). Sum of RGB (Red+Green+Blue) = 169+112+218=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #A970DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970DA is #568F25. Grayscale: #8C8C8C. Windows color (decimal): -5672742 or 14315689. OLE color: 14315689.

HSL color Cylindrical-coordinate representation of color #A970DA: hue angle of 272.26º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A970DA is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169112218-
CMYK0.220.4900.15
HSL272.26º58.89%64.71%-
HSV(B)272.26º48.62%85.49%-
XYZ34.8125.0969.34-
YUV141.13171.38147.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=33.87%
G=22.44%
B=43.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691122180.220.4900.15272.2658.8964.71
HexA970DA16310F1103b41
Octal251160332266101742073101
Binary1010100111100001101101010110110001011111000100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A970DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A970DA; }

 p { color: rgb(169,112,218); }

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

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

 a { background-color: rgb(169,112,218); }

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

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

 span { border-color: rgb(169,112,218); }

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