#A881EA

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

Shades of Medium Purple #A881EA

Tints of Medium Purple #A881EA

Color information

#A881EA (or 0xA881EA) is unknown color: approx Medium Purple. HEX triplet: A8, 81 and EA. RGB value is (168,129,234). Sum of RGB (Red+Green+Blue) = 168+129+234=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #A881EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A881EA is #577E15. Grayscale: #989898. Windows color (decimal): -5733910 or 15368616. OLE color: 15368616.

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

Color convert

RGB168129234-
CMYK0.280.4500.08
HSL262.29º71.43%71.18%-
HSV(B)262.29º44.87%91.76%-
XYZ38.8529.9781.58-
YUV152.63173.92138.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=31.64%
G=24.29%
B=44.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681292340.280.4500.08262.2971.4371.18
HexA881EA1C2D081064747
Octal2502013523455010406107107
Binary101010001000000111101010111001011010100010000011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A881EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A881EA; }

 p { color: rgb(168,129,234); }

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

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

 a { background-color: rgb(168,129,234); }

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

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

 span { border-color: rgb(168,129,234); }

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