#A081E8

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

Shades of Medium Purple #A081E8

Tints of Medium Purple #A081E8

Color information

#A081E8 (or 0xA081E8) is unknown color: approx Medium Purple. HEX triplet: A0, 81 and E8. RGB value is (160,129,232). Sum of RGB (Red+Green+Blue) = 160+129+232=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #A081E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081E8 is #5F7E17. Grayscale: #959595. Windows color (decimal): -6258200 or 15237536. OLE color: 15237536.

HSL color Cylindrical-coordinate representation of color #A081E8: hue angle of 258.06º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A081E8 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160129232-
CMYK0.310.4400.09
HSL258.06º69.13%70.78%-
HSV(B)258.06º44.4%90.98%-
XYZ36.912980-
YUV150.01174.27135.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 232 (91.02% from 255) = 44.53%
R=30.71%
G=24.76%
B=44.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601292320.310.4400.09258.0669.1370.78
HexA081E81F2C091024547
Octal2402013503754011402105107
Binary101000001000000111101000111111011000100110000001010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081E8; }

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

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

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

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

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

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

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

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