#A084E4

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

Shades of Medium Purple #A084E4

Tints of Medium Purple #A084E4

Color information

#A084E4 (or 0xA084E4) is unknown color: approx Medium Purple. HEX triplet: A0, 84 and E4. RGB value is (160,132,228). Sum of RGB (Red+Green+Blue) = 160+132+228=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #A084E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084E4 is #5F7B1B. Grayscale: #969696. Windows color (decimal): -6257436 or 14976160. OLE color: 14976160.

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

Color convert

RGB160132228-
CMYK0.300.4200.11
HSL257.5º64%70.59%-
HSV(B)257.5º42.11%89.41%-
XYZ36.7529.5877.17-
YUV151.32171.28134.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 228 (89.45% from 255) = 43.85%
R=30.77%
G=25.38%
B=43.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601322280.300.4200.11257.56470.59
HexA084E41E2A0B1024047
Octal2402043443652013402100107
Binary101000001000010011100100111101010100101110000001010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A084E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A084E4; }

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

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

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

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

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

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

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

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