#A86ADD

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

Shades of Amethyst #A86ADD

Tints of Amethyst #A86ADD

Color information

#A86ADD (or 0xA86ADD) is unknown color: approx Amethyst. HEX triplet: A8, 6A and DD. RGB value is (168,106,221). Sum of RGB (Red+Green+Blue) = 168+106+221=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #A86ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ADD is #579522. Grayscale: #898989. Windows color (decimal): -5739811 or 14510760. OLE color: 14510760.

HSL color Cylindrical-coordinate representation of color #A86ADD: hue angle of 272.35º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A86ADD is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168106221-
CMYK0.240.5200.13
HSL272.35º62.84%64.12%-
HSV(B)272.35º52.04%86.67%-
XYZ34.3523.8571.2-
YUV137.65175.04149.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 106 (41.80% from 255) = 21.41%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=33.94%
G=21.41%
B=44.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681062210.240.5200.13272.3562.8464.12
HexA86ADD18340D1103f40
Octal250152335306401542077100
Binary1010100011010101101110111000110100011011000100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86ADD; }

 p { color: rgb(168,106,221); }

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

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

 a { background-color: rgb(168,106,221); }

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

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

 span { border-color: rgb(168,106,221); }

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