#A76FCC

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

Shades of Amethyst #A76FCC

Tints of Amethyst #A76FCC

Color information

#A76FCC (or 0xA76FCC) is unknown color: approx Amethyst. HEX triplet: A7, 6F and CC. RGB value is (167,111,204). Sum of RGB (Red+Green+Blue) = 167+111+204=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #A76FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FCC is #589033. Grayscale: #8A8A8A. Windows color (decimal): -5804084 or 13397927. OLE color: 13397927.

HSL color Cylindrical-coordinate representation of color #A76FCC: hue angle of 276.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A76FCC is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB167111204-
CMYK0.180.4600.2
HSL276.13º47.69%61.76%-
HSV(B)276.13º45.59%80%-
XYZ32.5223.9460.03-
YUV138.35165.05148.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=34.65%
G=23.03%
B=42.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1671112040.180.4600.2276.1347.6961.76
HexA76FCC122E014114303e
Octal24715731422560244246076
Binary1010011111011111100110010010101110010100100010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FCC; }

 p { color: rgb(167,111,204); }

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

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

 a { background-color: rgb(167,111,204); }

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

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

 span { border-color: rgb(167,111,204); }

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