#A862D3

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

Shades of Amethyst #A862D3

Tints of Amethyst #A862D3

Color information

#A862D3 (or 0xA862D3) is unknown color: approx Amethyst. HEX triplet: A8, 62 and D3. RGB value is (168,98,211). Sum of RGB (Red+Green+Blue) = 168+98+211=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #A862D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862D3 is #579D2C. Grayscale: #838383. Windows color (decimal): -5741869 or 13853352. OLE color: 13853352.

HSL color Cylindrical-coordinate representation of color #A862D3: hue angle of 277.17º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A862D3 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16898211-
CMYK0.200.5400.17
HSL277.17º56.22%60.59%-
HSV(B)277.17º53.55%82.75%-
XYZ32.2721.7664.13-
YUV131.81172.69153.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 98 (38.67% from 255) = 20.55%
BLUE value IS 211 (82.81% from 255) = 44.23%
R=35.22%
G=20.55%
B=44.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal168982110.200.5400.17277.1756.2260.59
HexA862D31436011115383d
Octal25014232324660214257075
Binary1010100011000101101001110100110110010001100010101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A862D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A862D3; }

 p { color: rgb(168,98,211); }

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

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

 a { background-color: rgb(168,98,211); }

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

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

 span { border-color: rgb(168,98,211); }

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