#A86ACD

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

Shades of Amethyst #A86ACD

Tints of Amethyst #A86ACD

Color information

#A86ACD (or 0xA86ACD) is unknown color: approx Amethyst. HEX triplet: A8, 6A and CD. RGB value is (168,106,205). Sum of RGB (Red+Green+Blue) = 168+106+205=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 106 (41.80% from 255 or 22.13% 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 #A86ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ACD is #579532. Grayscale: #878787. Windows color (decimal): -5739827 or 13462184. OLE color: 13462184.

HSL color Cylindrical-coordinate representation of color #A86ACD: hue angle of 277.58º degrees, saturation: 0.5, 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 #A86ACD is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168106205-
CMYK0.180.4800.20
HSL277.58º49.75%60.98%-
HSV(B)277.58º48.29%80.39%-
XYZ32.3223.0460.5-
YUV135.82167.04150.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 106 (41.80% from 255) = 22.13%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=35.07%
G=22.13%
B=42.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681062050.180.4800.20277.5849.7560.98
HexA86ACD1230014116323d
Octal25015231522600244266275
Binary1010100011010101100110110010110000010100100010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86ACD; }

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

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

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

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

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

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

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

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