#A76FDD

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

Shades of Amethyst #A76FDD

Tints of Amethyst #A76FDD

Color information

#A76FDD (or 0xA76FDD) is unknown color: approx Amethyst. HEX triplet: A7, 6F and DD. RGB value is (167,111,221). Sum of RGB (Red+Green+Blue) = 167+111+221=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #A76FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FDD is #589022. Grayscale: #8B8B8B. Windows color (decimal): -5804067 or 14512039. OLE color: 14512039.

HSL color Cylindrical-coordinate representation of color #A76FDD: hue angle of 270.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76FDD is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167111221-
CMYK0.240.5000.13
HSL270.55º61.8%65.1%-
HSV(B)270.55º49.77%86.67%-
XYZ34.6724.871.37-
YUV140.28173.55147.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=33.47%
G=22.24%
B=44.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671112210.240.5000.13270.5561.865.1
HexA76FDD18320D10f3e41
Octal247157335306201541776101
Binary1010011111011111101110111000110010011011000011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FDD; }

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

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

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

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

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

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

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

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