#A772C2

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

Shades of Amethyst #A772C2

Tints of Amethyst #A772C2

Color information

#A772C2 (or 0xA772C2) is unknown color: approx Amethyst. HEX triplet: A7, 72 and C2. RGB value is (167,114,194). Sum of RGB (Red+Green+Blue) = 167+114+194=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #A772C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772C2 is #588D3D. Grayscale: #8A8A8A. Windows color (decimal): -5803326 or 12743335. OLE color: 12743335.

HSL color Cylindrical-coordinate representation of color #A772C2: hue angle of 279.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A772C2 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167114194-
CMYK0.140.4100.24
HSL279.75º39.6%60.39%-
HSV(B)279.75º41.24%76.08%-
XYZ31.6924.1554.03-
YUV138.97159.06148-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 194 (76.17% from 255) = 40.84%
R=35.16%
G=24%
B=40.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671141940.140.4100.24279.7539.660.39
HexA772C2E29018118283c
Octal24716230216510304305074
Binary101001111110010110000101110101001011000100011000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A772C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A772C2; }

 p { color: rgb(167,114,194); }

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

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

 a { background-color: rgb(167,114,194); }

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

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

 span { border-color: rgb(167,114,194); }

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