#A872C8

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

Shades of Amethyst #A872C8

Tints of Amethyst #A872C8

Color information

#A872C8 (or 0xA872C8) is unknown color: approx Amethyst. HEX triplet: A8, 72 and C8. RGB value is (168,114,200). Sum of RGB (Red+Green+Blue) = 168+114+200=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #A872C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872C8 is #578D37. Grayscale: #8B8B8B. Windows color (decimal): -5737784 or 13136552. OLE color: 13136552.

HSL color Cylindrical-coordinate representation of color #A872C8: hue angle of 277.67º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A872C8 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168114200-
CMYK0.160.4300.22
HSL277.67º43.88%61.57%-
HSV(B)277.67º43%78.43%-
XYZ32.5924.5357.66-
YUV139.95161.89148.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 200 (78.52% from 255) = 41.49%
R=34.85%
G=23.65%
B=41.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681142000.160.4300.22277.6743.8861.57
HexA872C8102B0161162c3e
Octal25016231020530264265476
Binary1010100011100101100100010000101011010110100010110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A872C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A872C8; }

 p { color: rgb(168,114,200); }

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

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

 a { background-color: rgb(168,114,200); }

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

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

 span { border-color: rgb(168,114,200); }

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