#A76CCB

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

Shades of Amethyst #A76CCB

Tints of Amethyst #A76CCB

Color information

#A76CCB (or 0xA76CCB) is unknown color: approx Amethyst. HEX triplet: A7, 6C and CB. RGB value is (167,108,203). Sum of RGB (Red+Green+Blue) = 167+108+203=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #A76CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CCB is #589334. Grayscale: #888888. Windows color (decimal): -5804853 or 13331623. OLE color: 13331623.

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

Color convert

RGB167108203-
CMYK0.180.4700.20
HSL277.26º47.74%60.98%-
HSV(B)277.26º46.8%79.61%-
XYZ32.0823.2559.3-
YUV136.47165.55149.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=34.94%
G=22.59%
B=42.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671082030.180.4700.20277.2647.7460.98
HexA76CCB122F014115303d
Octal24715431322570244256075
Binary1010011111011001100101110010101111010100100010101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76CCB; }

 p { color: rgb(167,108,203); }

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

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

 a { background-color: rgb(167,108,203); }

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

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

 span { border-color: rgb(167,108,203); }

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