#a86ce8

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

Shades of Medium Purple #A86CE8

Tints of Medium Purple #A86CE8

Color information

#A86CE8 (or 0xA86CE8) is unknown color: approx Medium Purple. HEX triplet: A8, 6C and E8. RGB value is (168,108,232). Sum of RGB (Red+Green+Blue) = 168+108+232=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #A86CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86CE8 is #579317. Grayscale: #8B8B8B. Windows color (decimal): -5739288 or 15232168. OLE color: 15232168.

HSL color Cylindrical-coordinate representation of color #A86CE8: hue angle of 269.03º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86CE8 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB168108232-
CMYK0.280.5300.09
HSL269.03º72.94%66.67%-
HSV(B)269.03º53.45%90.98%-
XYZ36.0824.8879.24-
YUV140.08179.88147.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 108 (42.58% from 255) = 21.26%
BLUE value IS 232 (91.02% from 255) = 45.67%
R=33.07%
G=21.26%
B=45.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1681082320.280.5300.09269.0372.9466.67
HexA86CE81C350910d4943
Octal2501543503465011415111103
Binary10101000110110011101000111001101010100110000110110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a86ce8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a86ce8; }

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

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

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

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

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

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

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

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