#A572CE

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

Shades of Amethyst #A572CE

Tints of Amethyst #A572CE

Color information

#A572CE (or 0xA572CE) is unknown color: approx Amethyst. HEX triplet: A5, 72 and CE. RGB value is (165,114,206). Sum of RGB (Red+Green+Blue) = 165+114+206=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #A572CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572CE is #5A8D31. Grayscale: #8B8B8B. Windows color (decimal): -5934386 or 13529765. OLE color: 13529765.

HSL color Cylindrical-coordinate representation of color #A572CE: hue angle of 273.26º 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 #A572CE is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165114206-
CMYK0.200.4500.19
HSL273.26º48.42%62.75%-
HSV(B)273.26º44.66%80.78%-
XYZ32.6724.4961.4-
YUV139.74165.4146.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 114 (44.92% from 255) = 23.51%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=34.02%
G=23.51%
B=42.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651142060.200.4500.19273.2648.4262.75
HexA572CE142D013111303f
Octal24516231624550234216077
Binary1010010111100101100111010100101101010011100010001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572CE; }

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

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

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

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

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

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

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

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