#a972ce

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

Shades of Amethyst #A972CE

Tints of Amethyst #A972CE

Color information

#A972CE (or 0xA972CE) is unknown color: approx Amethyst. HEX triplet: A9, 72 and CE. RGB value is (169,114,206). Sum of RGB (Red+Green+Blue) = 169+114+206=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #A972CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972CE is #568D31. Grayscale: #8C8C8C. Windows color (decimal): -5672242 or 13529769. OLE color: 13529769.

HSL color Cylindrical-coordinate representation of color #A972CE: hue angle of 275.87º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A972CE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169114206-
CMYK0.180.4500.19
HSL275.87º48.42%62.75%-
HSV(B)275.87º44.66%80.78%-
XYZ33.5224.9361.44-
YUV140.93164.72148.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 114 (44.92% from 255) = 23.31%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=34.56%
G=23.31%
B=42.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691142060.180.4500.19275.8748.4262.75
HexA972CE122D013114303f
Octal25116231622550234246077
Binary1010100111100101100111010010101101010011100010100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a972ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a972ce; }

 p { color: rgb(169,114,206); }

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

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

 a { background-color: rgb(169,114,206); }

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

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

 span { border-color: rgb(169,114,206); }

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