#A76BDB

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

Shades of Amethyst #A76BDB

Tints of Amethyst #A76BDB

Color information

#A76BDB (or 0xA76BDB) is unknown color: approx Amethyst. HEX triplet: A7, 6B and DB. RGB value is (167,107,219). Sum of RGB (Red+Green+Blue) = 167+107+219=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #A76BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BDB is #589424. Grayscale: #898989. Windows color (decimal): -5805093 or 14379943. OLE color: 14379943.

HSL color Cylindrical-coordinate representation of color #A76BDB: hue angle of 272.14º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76BDB is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167107219-
CMYK0.240.5100.14
HSL272.14º60.87%63.92%-
HSV(B)272.14º51.14%85.88%-
XYZ33.9823.8569.83-
YUV137.71173.88148.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.87%
GREEN value IS 107 (42.19% from 255) = 21.70%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=33.87%
G=21.70%
B=44.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671072190.240.5100.14272.1460.8763.92
HexA76BDB18330E1103d40
Octal247153333306301642075100
Binary1010011111010111101101111000110011011101000100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76BDB; }

 p { color: rgb(167,107,219); }

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

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

 a { background-color: rgb(167,107,219); }

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

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

 span { border-color: rgb(167,107,219); }

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