#A76BCD

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

Shades of Amethyst #A76BCD

Tints of Amethyst #A76BCD

Color information

#A76BCD (or 0xA76BCD) is unknown color: approx Amethyst. HEX triplet: A7, 6B and CD. RGB value is (167,107,205). Sum of RGB (Red+Green+Blue) = 167+107+205=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #A76BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BCD is #589432. Grayscale: #878787. Windows color (decimal): -5805107 or 13462439. OLE color: 13462439.

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

Color convert

RGB167107205-
CMYK0.190.4800.20
HSL276.73º49.49%61.18%-
HSV(B)276.73º47.8%80.39%-
XYZ32.2123.1460.53-
YUV136.11166.88150.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=34.86%
G=22.34%
B=42.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671072050.190.4800.20276.7349.4961.18
HexA76BCD1330014115313d
Octal24715331523600244256175
Binary1010011111010111100110110011110000010100100010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76BCD; }

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

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

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

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

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

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

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

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