#A081E4

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

Shades of Medium Purple #A081E4

Tints of Medium Purple #A081E4

Color information

#A081E4 (or 0xA081E4) is unknown color: approx Medium Purple. HEX triplet: A0, 81 and E4. RGB value is (160,129,228). Sum of RGB (Red+Green+Blue) = 160+129+228=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #A081E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081E4 is #5F7E1B. Grayscale: #959595. Windows color (decimal): -6258204 or 14975392. OLE color: 14975392.

HSL color Cylindrical-coordinate representation of color #A081E4: hue angle of 258.79º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A081E4 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160129228-
CMYK0.300.4300.11
HSL258.79º64.71%70%-
HSV(B)258.79º43.42%89.41%-
XYZ36.3528.7877.04-
YUV149.55172.27135.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 228 (89.45% from 255) = 44.10%
R=30.95%
G=24.95%
B=44.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601292280.300.4300.11258.7964.7170
HexA081E41E2B0B1034146
Octal2402013443653013403101106
Binary101000001000000111100100111101010110101110000001110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081E4; }

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

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

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

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

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

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

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

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