#A76FDA

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

Shades of Amethyst #A76FDA

Tints of Amethyst #A76FDA

Color information

#A76FDA (or 0xA76FDA) is unknown color: approx Amethyst. HEX triplet: A7, 6F and DA. RGB value is (167,111,218). Sum of RGB (Red+Green+Blue) = 167+111+218=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #A76FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FDA is #589025. Grayscale: #8B8B8B. Windows color (decimal): -5804070 or 14315431. OLE color: 14315431.

HSL color Cylindrical-coordinate representation of color #A76FDA: hue angle of 271.4º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A76FDA is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167111218-
CMYK0.230.4900.15
HSL271.4º59.12%64.51%-
HSV(B)271.4º49.08%85.49%-
XYZ34.2824.6569.28-
YUV139.94172.05147.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 111 (43.75% from 255) = 22.38%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=33.67%
G=22.38%
B=43.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671112180.230.4900.15271.459.1264.51
HexA76FDA17310F10f3b41
Octal247157332276101741773101
Binary1010011111011111101101010111110001011111000011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FDA; }

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

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

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

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

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

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

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

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