#A885FA

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

Shades of Medium Purple #A885FA

Tints of Medium Purple #A885FA

Color information

#A885FA (or 0xA885FA) is unknown color: approx Medium Purple. HEX triplet: A8, 85 and FA. RGB value is (168,133,250). Sum of RGB (Red+Green+Blue) = 168+133+250=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #A885FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885FA is #577A05. Grayscale: #9C9C9C. Windows color (decimal): -5732870 or 16418216. OLE color: 16418216.

HSL color Cylindrical-coordinate representation of color #A885FA: hue angle of 257.95º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A885FA is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168133250-
CMYK0.330.4700.02
HSL257.95º92.13%75.1%-
HSV(B)257.95º46.8%98.04%-
XYZ41.793294.42-
YUV156.8180.6135.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 250 (98.05% from 255) = 45.37%
R=30.49%
G=24.14%
B=45.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681332500.330.4700.02257.9592.1375.1
HexA885FA212F021025c4b
Octal250205372415702402134113
Binary10101000100001011111101010000110111101010000001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885FA; }

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

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

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

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

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

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

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

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