#A86FCD

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

Shades of Amethyst #A86FCD

Tints of Amethyst #A86FCD

Color information

#A86FCD (or 0xA86FCD) is unknown color: approx Amethyst. HEX triplet: A8, 6F and CD. RGB value is (168,111,205). Sum of RGB (Red+Green+Blue) = 168+111+205=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #A86FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FCD is #579032. Grayscale: #8A8A8A. Windows color (decimal): -5738547 or 13463464. OLE color: 13463464.

HSL color Cylindrical-coordinate representation of color #A86FCD: hue angle of 276.38º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A86FCD is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168111205-
CMYK0.180.4600.20
HSL276.38º48.45%61.96%-
HSV(B)276.38º45.85%80.39%-
XYZ32.8524.160.68-
YUV138.76165.38148.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 111 (43.75% from 255) = 22.93%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=34.71%
G=22.93%
B=42.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681112050.180.4600.20276.3848.4561.96
HexA86FCD122E014114303e
Octal25015731522560244246076
Binary1010100011011111100110110010101110010100100010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86FCD; }

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

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

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

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

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

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

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

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