#A882EB

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

Shades of Medium Purple #A882EB

Tints of Medium Purple #A882EB

Color information

#A882EB (or 0xA882EB) is unknown color: approx Medium Purple. HEX triplet: A8, 82 and EB. RGB value is (168,130,235). Sum of RGB (Red+Green+Blue) = 168+130+235=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #A882EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882EB is #577D14. Grayscale: #989898. Windows color (decimal): -5733653 or 15434408. OLE color: 15434408.

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

Color convert

RGB168130235-
CMYK0.290.4500.08
HSL261.71º72.41%71.57%-
HSV(B)261.71º44.68%92.16%-
XYZ39.1330.2982.38-
YUV153.33174.09138.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 130 (51.17% from 255) = 24.39%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=31.52%
G=24.39%
B=44.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681302350.290.4500.08261.7172.4171.57
HexA882EB1D2D081064848
Octal2502023533555010406110110
Binary101010001000001011101011111011011010100010000011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882EB; }

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

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

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

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

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

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

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

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