#A081EB

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

Shades of Medium Purple #A081EB

Tints of Medium Purple #A081EB

Color information

#A081EB (or 0xA081EB) is unknown color: approx Medium Purple. HEX triplet: A0, 81 and EB. RGB value is (160,129,235). Sum of RGB (Red+Green+Blue) = 160+129+235=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #A081EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081EB is #5F7E14. Grayscale: #959595. Windows color (decimal): -6258197 or 15434144. OLE color: 15434144.

HSL color Cylindrical-coordinate representation of color #A081EB: hue angle of 257.55º degrees, saturation: 0.73, 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 #A081EB is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160129235-
CMYK0.320.4500.08
HSL257.55º72.6%71.37%-
HSV(B)257.55º45.11%92.16%-
XYZ37.3429.1782.26-
YUV150.35175.77134.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.53%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 235 (92.19% from 255) = 44.85%
R=30.53%
G=24.62%
B=44.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601292350.320.4500.08257.5572.671.37
HexA081EB202D081024947
Octal2402013534055010402111107
Binary1010000010000001111010111000001011010100010000001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081EB; }

 p { color: rgb(160,129,235); }

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

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

 a { background-color: rgb(160,129,235); }

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

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

 span { border-color: rgb(160,129,235); }

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