#A86BE0

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

Shades of Amethyst #A86BE0

Tints of Amethyst #A86BE0

Color information

#A86BE0 (or 0xA86BE0) is unknown color: approx Amethyst. HEX triplet: A8, 6B and E0. RGB value is (168,107,224). Sum of RGB (Red+Green+Blue) = 168+107+224=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #A86BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BE0 is #57941F. Grayscale: #8A8A8A. Windows color (decimal): -5739552 or 14707624. OLE color: 14707624.

HSL color Cylindrical-coordinate representation of color #A86BE0: hue angle of 271.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A86BE0 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB168107224-
CMYK0.250.5200.12
HSL271.28º65.36%64.9%-
HSV(B)271.28º52.23%87.84%-
XYZ34.8624.2273.36-
YUV138.58176.21148.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 107 (42.19% from 255) = 21.44%
BLUE value IS 224 (87.89% from 255) = 44.89%
R=33.67%
G=21.44%
B=44.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1681072240.250.5200.12271.2865.3664.9
HexA86BE019340C10f4141
Octal2501533403164014417101101
Binary10101000110101111100000110011101000110010000111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86BE0; }

 p { color: rgb(168,107,224); }

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

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

 a { background-color: rgb(168,107,224); }

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

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

 span { border-color: rgb(168,107,224); }

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