#A884F4

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

Shades of Medium Purple #A884F4

Tints of Medium Purple #A884F4

Color information

#A884F4 (or 0xA884F4) is unknown color: approx Medium Purple. HEX triplet: A8, 84 and F4. RGB value is (168,132,244). Sum of RGB (Red+Green+Blue) = 168+132+244=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #A884F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A884F4 is #577B0B. Grayscale: #9B9B9B. Windows color (decimal): -5733132 or 16024744. OLE color: 16024744.

HSL color Cylindrical-coordinate representation of color #A884F4: hue angle of 259.29º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A884F4 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168132244-
CMYK0.310.4600.04
HSL259.29º83.58%73.73%-
HSV(B)259.29º45.9%95.69%-
XYZ40.7331.3689.49-
YUV155.53177.93136.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.88%
GREEN value IS 132 (51.95% from 255) = 24.26%
BLUE value IS 244 (95.70% from 255) = 44.85%
R=30.88%
G=24.26%
B=44.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681322440.310.4600.04259.2983.5873.73
HexA884F41F2E04103544a
Octal250204364375604403124112
Binary10101000100001001111010011111101110010010000001110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884F4; }

 p { color: rgb(168,132,244); }

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

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

 a { background-color: rgb(168,132,244); }

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

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

 span { border-color: rgb(168,132,244); }

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