#A377CC

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

Shades of Amethyst #A377CC

Tints of Amethyst #A377CC

Color information

#A377CC (or 0xA377CC) is unknown color: approx Amethyst. HEX triplet: A3, 77 and CC. RGB value is (163,119,204). Sum of RGB (Red+Green+Blue) = 163+119+204=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #A377CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377CC is #5C8833. Grayscale: #8D8D8D. Windows color (decimal): -6064180 or 13399971. OLE color: 13399971.

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

Color convert

RGB163119204-
CMYK0.200.4200.2
HSL271.06º45.45%63.33%-
HSV(B)271.06º41.67%80%-
XYZ32.625.3460.3-
YUV141.85163.08143.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=33.54%
G=24.49%
B=41.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631192040.200.4200.2271.0645.4563.33
HexA377CC142A01410f2d3f
Octal24316731424520244175577
Binary1010001111101111100110010100101010010100100001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377CC; }

 p { color: rgb(163,119,204); }

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

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

 a { background-color: rgb(163,119,204); }

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

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

 span { border-color: rgb(163,119,204); }

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