#A762D1

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

Shades of Amethyst #A762D1

Tints of Amethyst #A762D1

Color information

#A762D1 (or 0xA762D1) is unknown color: approx Amethyst. HEX triplet: A7, 62 and D1. RGB value is (167,98,209). Sum of RGB (Red+Green+Blue) = 167+98+209=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #A762D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762D1 is #589D2E. Grayscale: #828282. Windows color (decimal): -5807407 or 13722279. OLE color: 13722279.

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

Color convert

RGB16798209-
CMYK0.200.5300.18
HSL277.3º54.68%60.2%-
HSV(B)277.3º53.11%81.96%-
XYZ31.8121.5562.81-
YUV131.28171.86153.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 98 (38.67% from 255) = 20.68%
BLUE value IS 209 (82.03% from 255) = 44.09%
R=35.23%
G=20.68%
B=44.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167982090.200.5300.18277.354.6860.2
HexA762D11435012115373c
Octal24714232124650224256774
Binary1010011111000101101000110100110101010010100010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A762D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A762D1; }

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

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

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

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

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

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

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

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