#A086F1

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

Shades of Medium Purple #A086F1

Tints of Medium Purple #A086F1

Color information

#A086F1 (or 0xA086F1) is unknown color: approx Medium Purple. HEX triplet: A0, 86 and F1. RGB value is (160,134,241). Sum of RGB (Red+Green+Blue) = 160+134+241=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #A086F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A086F1 is #5F790E. Grayscale: #999999. Windows color (decimal): -6256911 or 15828640. OLE color: 15828640.

HSL color Cylindrical-coordinate representation of color #A086F1: hue angle of 254.58º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A086F1 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160134241-
CMYK0.340.4400.05
HSL254.58º79.26%73.53%-
HSV(B)254.58º44.4%94.51%-
XYZ38.930.8787.13-
YUV153.97177.11132.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 134 (52.73% from 255) = 25.05%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=29.91%
G=25.05%
B=45.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601342410.340.4400.05254.5879.2673.53
HexA086F1222C05ff4f4a
Octal240206361425405377117112
Binary10100000100001101111000110001010110001011111111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A086F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A086F1; }

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

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

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

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

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

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

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

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