#A769D1

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

Shades of Amethyst #A769D1

Tints of Amethyst #A769D1

Color information

#A769D1 (or 0xA769D1) is unknown color: approx Amethyst. HEX triplet: A7, 69 and D1. RGB value is (167,105,209). Sum of RGB (Red+Green+Blue) = 167+105+209=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #A769D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769D1 is #58962E. Grayscale: #878787. Windows color (decimal): -5805615 or 13724071. OLE color: 13724071.

HSL color Cylindrical-coordinate representation of color #A769D1: hue angle of 275.77º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A769D1 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167105209-
CMYK0.200.5000.18
HSL275.77º53.06%61.57%-
HSV(B)275.77º49.76%81.96%-
XYZ32.522.9263.03-
YUV135.39169.54150.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.72%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=34.72%
G=21.83%
B=43.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671052090.200.5000.18275.7753.0661.57
HexA769D11432012114353e
Octal24715132124620224246576
Binary1010011111010011101000110100110010010010100010100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769D1; }

 p { color: rgb(167,105,209); }

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

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

 a { background-color: rgb(167,105,209); }

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

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

 span { border-color: rgb(167,105,209); }

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