#A86ACB

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

Shades of Amethyst #A86ACB

Tints of Amethyst #A86ACB

Color information

#A86ACB (or 0xA86ACB) is unknown color: approx Amethyst. HEX triplet: A8, 6A and CB. RGB value is (168,106,203). Sum of RGB (Red+Green+Blue) = 168+106+203=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A86ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ACB is #579534. Grayscale: #878787. Windows color (decimal): -5739829 or 13331112. OLE color: 13331112.

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

Color convert

RGB168106203-
CMYK0.170.4800.20
HSL278.35º48.26%60.59%-
HSV(B)278.35º47.78%79.61%-
XYZ32.0822.9459.24-
YUV135.6166.04151.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=35.22%
G=22.22%
B=42.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681062030.170.4800.20278.3548.2660.59
HexA86ACB1130014116303d
Octal25015231321600244266075
Binary1010100011010101100101110001110000010100100010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86ACB; }

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

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

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

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

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

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

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

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