#A877CA

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

Shades of Amethyst #A877CA

Tints of Amethyst #A877CA

Color information

#A877CA (or 0xA877CA) is unknown color: approx Amethyst. HEX triplet: A8, 77 and CA. RGB value is (168,119,202). Sum of RGB (Red+Green+Blue) = 168+119+202=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #A877CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877CA is #578835. Grayscale: #8E8E8E. Windows color (decimal): -5736502 or 13268904. OLE color: 13268904.

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

Color convert

RGB168119202-
CMYK0.170.4100.21
HSL275.42º43.92%62.94%-
HSV(B)275.42º41.09%79.22%-
XYZ33.4125.7859.09-
YUV143.11161.23145.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 119 (46.88% from 255) = 24.34%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=34.36%
G=24.34%
B=41.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681192020.170.4100.21275.4243.9262.94
HexA877CA11290151132c3f
Octal25016731221510254235477
Binary1010100011101111100101010001101001010101100010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A877CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A877CA; }

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

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

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

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

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

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

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

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