#A577CD

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

Shades of Amethyst #A577CD

Tints of Amethyst #A577CD

Color information

#A577CD (or 0xA577CD) is unknown color: approx Amethyst. HEX triplet: A5, 77 and CD. RGB value is (165,119,205). Sum of RGB (Red+Green+Blue) = 165+119+205=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #A577CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577CD is #5A8832. Grayscale: #8E8E8E. Windows color (decimal): -5933107 or 13465509. OLE color: 13465509.

HSL color Cylindrical-coordinate representation of color #A577CD: hue angle of 272.09º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A577CD is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165119205-
CMYK0.200.4200.20
HSL272.09º46.24%63.53%-
HSV(B)272.09º41.95%80.39%-
XYZ33.1325.660.95-
YUV142.56163.24144.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 119 (46.88% from 255) = 24.34%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=33.74%
G=24.34%
B=41.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651192050.200.4200.20272.0946.2463.53
HexA577CD142A0141102e40
Octal245167315245202442056100
Binary10100101111011111001101101001010100101001000100001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577CD; }

 p { color: rgb(165,119,205); }

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

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

 a { background-color: rgb(165,119,205); }

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

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

 span { border-color: rgb(165,119,205); }

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