#A082EA

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

Shades of Medium Purple #A082EA

Tints of Medium Purple #A082EA

Color information

#A082EA (or 0xA082EA) is unknown color: approx Medium Purple. HEX triplet: A0, 82 and EA. RGB value is (160,130,234). Sum of RGB (Red+Green+Blue) = 160+130+234=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #A082EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082EA is #5F7D15. Grayscale: #969696. Windows color (decimal): -6257942 or 15368864. OLE color: 15368864.

HSL color Cylindrical-coordinate representation of color #A082EA: hue angle of 257.31º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A082EA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160130234-
CMYK0.320.4400.08
HSL257.31º71.23%71.37%-
HSV(B)257.31º44.44%91.76%-
XYZ37.3329.3881.55-
YUV150.83174.94134.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.53%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=30.53%
G=24.81%
B=44.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601302340.320.4400.08257.3171.2371.37
HexA082EA202C081014747
Octal2402023524054010401107107
Binary1010000010000010111010101000001011000100010000000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A082EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A082EA; }

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

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

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

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

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

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

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

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