#A877D4

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

Shades of Amethyst #A877D4

Tints of Amethyst #A877D4

Color information

#A877D4 (or 0xA877D4) is unknown color: approx Amethyst. HEX triplet: A8, 77 and D4. RGB value is (168,119,212). Sum of RGB (Red+Green+Blue) = 168+119+212=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #A877D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877D4 is #57882B. Grayscale: #8F8F8F. Windows color (decimal): -5736492 or 13924264. OLE color: 13924264.

HSL color Cylindrical-coordinate representation of color #A877D4: hue angle of 271.61º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A877D4 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB168119212-
CMYK0.210.4400.17
HSL271.61º51.96%64.9%-
HSV(B)271.61º43.87%83.14%-
XYZ34.6326.2765.53-
YUV144.25166.23144.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 119 (46.88% from 255) = 23.85%
BLUE value IS 212 (83.20% from 255) = 42.48%
R=33.67%
G=23.85%
B=42.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1681192120.210.4400.17271.6151.9664.9
HexA877D4152C0111103441
Octal250167324255402142064101
Binary10101000111011111010100101011011000100011000100001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A877D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A877D4; }

 p { color: rgb(168,119,212); }

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

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

 a { background-color: rgb(168,119,212); }

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

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

 span { border-color: rgb(168,119,212); }

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