#A577CF

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

Shades of Amethyst #A577CF

Tints of Amethyst #A577CF

Color information

#A577CF (or 0xA577CF) is unknown color: approx Amethyst. HEX triplet: A5, 77 and CF. RGB value is (165,119,207). Sum of RGB (Red+Green+Blue) = 165+119+207=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #A577CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577CF is #5A8830. Grayscale: #8E8E8E. Windows color (decimal): -5933105 or 13596581. OLE color: 13596581.

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

Color convert

RGB165119207-
CMYK0.200.4300.19
HSL271.36º47.83%63.92%-
HSV(B)271.36º42.51%81.18%-
XYZ33.3825.762.23-
YUV142.79164.24143.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 119 (46.88% from 255) = 24.24%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=33.60%
G=24.24%
B=42.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651192070.200.4300.19271.3647.8363.92
HexA577CF142B01310f3040
Octal245167317245302341760100
Binary10100101111011111001111101001010110100111000011111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577CF; }

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

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

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

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

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

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

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

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