#A76FCD

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

Shades of Amethyst #A76FCD

Tints of Amethyst #A76FCD

Color information

#A76FCD (or 0xA76FCD) is unknown color: approx Amethyst. HEX triplet: A7, 6F and CD. RGB value is (167,111,205). Sum of RGB (Red+Green+Blue) = 167+111+205=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #A76FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FCD is #589032. Grayscale: #8A8A8A. Windows color (decimal): -5804083 or 13463463. OLE color: 13463463.

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

Color convert

RGB167111205-
CMYK0.190.4600.20
HSL275.74º48.45%61.96%-
HSV(B)275.74º45.85%80.39%-
XYZ32.6423.9960.67-
YUV138.46165.55148.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.58%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=34.58%
G=22.98%
B=42.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671112050.190.4600.20275.7448.4561.96
HexA76FCD132E014114303e
Octal24715731523560244246076
Binary1010011111011111100110110011101110010100100010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FCD; }

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

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

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

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

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

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

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

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