#A082E0

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

Shades of Medium Purple #A082E0

Tints of Medium Purple #A082E0

Color information

#A082E0 (or 0xA082E0) is unknown color: approx Medium Purple. HEX triplet: A0, 82 and E0. RGB value is (160,130,224). Sum of RGB (Red+Green+Blue) = 160+130+224=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #A082E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082E0 is #5F7D1F. Grayscale: #959595. Windows color (decimal): -6257952 or 14713504. OLE color: 14713504.

HSL color Cylindrical-coordinate representation of color #A082E0: hue angle of 259.15º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A082E0 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160130224-
CMYK0.290.4200.12
HSL259.15º60.26%69.41%-
HSV(B)259.15º41.96%87.84%-
XYZ35.9328.8274.19-
YUV149.69169.94135.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 130 (51.17% from 255) = 25.29%
BLUE value IS 224 (87.89% from 255) = 43.58%
R=31.13%
G=25.29%
B=43.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601302240.290.4200.12259.1560.2669.41
HexA082E01D2A0C1033c45
Octal240202340355201440374105
Binary10100000100000101110000011101101010011001000000111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A082E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A082E0; }

 p { color: rgb(160,130,224); }

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

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

 a { background-color: rgb(160,130,224); }

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

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

 span { border-color: rgb(160,130,224); }

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