#A884EB

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

Shades of Medium Purple #A884EB

Tints of Medium Purple #A884EB

Color information

#A884EB (or 0xA884EB) is unknown color: approx Medium Purple. HEX triplet: A8, 84 and EB. RGB value is (168,132,235). Sum of RGB (Red+Green+Blue) = 168+132+235=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #A884EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A884EB is #577B14. Grayscale: #9A9A9A. Windows color (decimal): -5733141 or 15434920. OLE color: 15434920.

HSL color Cylindrical-coordinate representation of color #A884EB: hue angle of 260.97º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A884EB is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168132235-
CMYK0.290.4400.08
HSL260.97º72.03%71.96%-
HSV(B)260.97º43.83%92.16%-
XYZ39.430.8382.47-
YUV154.51173.43137.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 132 (51.95% from 255) = 24.67%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=31.40%
G=24.67%
B=43.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681322350.290.4400.08260.9772.0371.96
HexA884EB1D2C081054848
Octal2502043533554010405110110
Binary101010001000010011101011111011011000100010000010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884EB; }

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

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

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

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

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

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

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

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