#a872d2

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

Shades of Amethyst #A872D2

Tints of Amethyst #A872D2

Color information

#A872D2 (or 0xA872D2) is unknown color: approx Amethyst. HEX triplet: A8, 72 and D2. RGB value is (168,114,210). Sum of RGB (Red+Green+Blue) = 168+114+210=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #A872D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872D2 is #578D2D. Grayscale: #8C8C8C. Windows color (decimal): -5737774 or 13791912. OLE color: 13791912.

HSL color Cylindrical-coordinate representation of color #A872D2: hue angle of 273.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A872D2 is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168114210-
CMYK0.20.4600.18
HSL273.75º51.61%63.53%-
HSV(B)273.75º45.71%82.35%-
XYZ33.825.0164.02-
YUV141.09166.89147.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 210 (82.42% from 255) = 42.68%
R=34.15%
G=23.17%
B=42.68%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681142100.20.4600.18273.7551.6163.53
HexA872D2142E0121123440
Octal250162322245602242264100
Binary10101000111001011010010101001011100100101000100101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a872d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a872d2; }

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

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

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

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

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

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

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

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