#A86BEA

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

Shades of Medium Purple #A86BEA

Tints of Medium Purple #A86BEA

Color information

#A86BEA (or 0xA86BEA) is unknown color: approx Medium Purple. HEX triplet: A8, 6B and EA. RGB value is (168,107,234). Sum of RGB (Red+Green+Blue) = 168+107+234=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #A86BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86BEA is #579415. Grayscale: #8B8B8B. Windows color (decimal): -5739542 or 15362984. OLE color: 15362984.

HSL color Cylindrical-coordinate representation of color #A86BEA: hue angle of 268.82º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A86BEA is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168107234-
CMYK0.280.5400.08
HSL268.82º75.15%66.86%-
HSV(B)268.82º54.27%91.76%-
XYZ36.2624.7880.71-
YUV139.72181.21148.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 107 (42.19% from 255) = 21.02%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=33.01%
G=21.02%
B=45.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681072340.280.5400.08268.8275.1566.86
HexA86BEA1C360810d4b43
Octal2501533523466010415113103
Binary10101000110101111101010111001101100100010000110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86BEA; }

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

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

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

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

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

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

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

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