#A770DA

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

Shades of Amethyst #A770DA

Tints of Amethyst #A770DA

Color information

#A770DA (or 0xA770DA) is unknown color: approx Amethyst. HEX triplet: A7, 70 and DA. RGB value is (167,112,218). Sum of RGB (Red+Green+Blue) = 167+112+218=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #A770DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770DA is #588F25. Grayscale: #8C8C8C. Windows color (decimal): -5803814 or 14315687. OLE color: 14315687.

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

Color convert

RGB167112218-
CMYK0.230.4900.15
HSL271.13º58.89%64.71%-
HSV(B)271.13º48.62%85.49%-
XYZ34.3924.8769.32-
YUV140.53171.72146.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=33.60%
G=22.54%
B=43.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671122180.230.4900.15271.1358.8964.71
HexA770DA17310F10f3b41
Octal247160332276101741773101
Binary1010011111100001101101010111110001011111000011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A770DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A770DA; }

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

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

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

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

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

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

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

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