#a770d8

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

Shades of Amethyst #A770D8

Tints of Amethyst #A770D8

Color information

#A770D8 (or 0xA770D8) is unknown color: approx Amethyst. HEX triplet: A7, 70 and D8. RGB value is (167,112,216). Sum of RGB (Red+Green+Blue) = 167+112+216=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #A770D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770D8 is #588F27. Grayscale: #8B8B8B. Windows color (decimal): -5803816 or 14184615. OLE color: 14184615.

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

Color convert

RGB167112216-
CMYK0.230.4800.15
HSL271.73º57.14%64.31%-
HSV(B)271.73º48.15%84.71%-
XYZ34.1324.7667.95-
YUV140.3170.72147.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 216 (84.77% from 255) = 43.64%
R=33.74%
G=22.63%
B=43.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671122160.230.4800.15271.7357.1464.31
HexA770D817300F1103940
Octal247160330276001742071100
Binary1010011111100001101100010111110000011111000100001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a770d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a770d8; }

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

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

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

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

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

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

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

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