#A086EB

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

Shades of Medium Purple #A086EB

Tints of Medium Purple #A086EB

Color information

#A086EB (or 0xA086EB) is unknown color: approx Medium Purple. HEX triplet: A0, 86 and EB. RGB value is (160,134,235). Sum of RGB (Red+Green+Blue) = 160+134+235=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #A086EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A086EB is #5F7914. Grayscale: #989898. Windows color (decimal): -6256917 or 15435424. OLE color: 15435424.

HSL color Cylindrical-coordinate representation of color #A086EB: hue angle of 255.45º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A086EB is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160134235-
CMYK0.320.4300.08
HSL255.45º71.63%72.35%-
HSV(B)255.45º42.98%92.16%-
XYZ38.0230.5282.48-
YUV153.29174.11132.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 134 (52.73% from 255) = 25.33%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=30.25%
G=25.33%
B=44.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601342350.320.4300.08255.4571.6372.35
HexA086EB202B08ff4848
Octal2402063534053010377110110
Binary101000001000011011101011100000101011010001111111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A086EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A086EB; }

 p { color: rgb(160,134,235); }

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

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

 a { background-color: rgb(160,134,235); }

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

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

 span { border-color: rgb(160,134,235); }

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