#A286F1

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

Shades of Medium Purple #A286F1

Tints of Medium Purple #A286F1

Color information

#A286F1 (or 0xA286F1) is unknown color: approx Medium Purple. HEX triplet: A2, 86 and F1. RGB value is (162,134,241). Sum of RGB (Red+Green+Blue) = 162+134+241=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #A286F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A286F1 is #5D790E. Grayscale: #9A9A9A. Windows color (decimal): -6125839 or 15828642. OLE color: 15828642.

HSL color Cylindrical-coordinate representation of color #A286F1: hue angle of 255.7º 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 #A286F1 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162134241-
CMYK0.330.4400.05
HSL255.7º79.26%73.53%-
HSV(B)255.7º44.4%94.51%-
XYZ39.331.0887.15-
YUV154.57176.78133.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=30.17%
G=24.95%
B=44.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621342410.330.4400.05255.779.2673.53
HexA286F1212C051004f4a
Octal242206361415405400117112
Binary101000101000011011110001100001101100010110000000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A286F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A286F1; }

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

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

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

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

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

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

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

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