#A86CCD

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

Shades of Amethyst #A86CCD

Tints of Amethyst #A86CCD

Color information

#A86CCD (or 0xA86CCD) is unknown color: approx Amethyst. HEX triplet: A8, 6C and CD. RGB value is (168,108,205). Sum of RGB (Red+Green+Blue) = 168+108+205=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #A86CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CCD is #579332. Grayscale: #888888. Windows color (decimal): -5739315 or 13462696. OLE color: 13462696.

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

Color convert

RGB168108205-
CMYK0.180.4700.20
HSL277.11º49.24%61.37%-
HSV(B)277.11º47.32%80.39%-
XYZ32.5323.4660.57-
YUV137166.38150.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 108 (42.58% from 255) = 22.45%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=34.93%
G=22.45%
B=42.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681082050.180.4700.20277.1149.2461.37
HexA86CCD122F014115313d
Octal25015431522570244256175
Binary1010100011011001100110110010101111010100100010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86CCD; }

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

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

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

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

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

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

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

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