#A885F1

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

Shades of Medium Purple #A885F1

Tints of Medium Purple #A885F1

Color information

#A885F1 (or 0xA885F1) is unknown color: approx Medium Purple. HEX triplet: A8, 85 and F1. RGB value is (168,133,241). Sum of RGB (Red+Green+Blue) = 168+133+241=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #A885F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885F1 is #577A0E. Grayscale: #9B9B9B. Windows color (decimal): -5732879 or 15828392. OLE color: 15828392.

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

Color convert

RGB168133241-
CMYK0.300.4500.05
HSL259.44º79.41%73.33%-
HSV(B)259.44º44.81%94.51%-
XYZ40.4131.4587.16-
YUV155.78176.1136.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 241 (94.53% from 255) = 44.46%
R=31.00%
G=24.54%
B=44.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681332410.300.4500.05259.4479.4173.33
HexA885F11E2D051034f49
Octal250205361365505403117111
Binary10101000100001011111000111110101101010110000001110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885F1; }

 p { color: rgb(168,133,241); }

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

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

 a { background-color: rgb(168,133,241); }

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

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

 span { border-color: rgb(168,133,241); }

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