#A082ED

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

Shades of Medium Purple #A082ED

Tints of Medium Purple #A082ED

Color information

#A082ED (or 0xA082ED) is unknown color: approx Medium Purple. HEX triplet: A0, 82 and ED. RGB value is (160,130,237). Sum of RGB (Red+Green+Blue) = 160+130+237=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #A082ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082ED is #5F7D12. Grayscale: #969696. Windows color (decimal): -6257939 or 15565472. OLE color: 15565472.

HSL color Cylindrical-coordinate representation of color #A082ED: hue angle of 256.82º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A082ED is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160130237-
CMYK0.320.4500.07
HSL256.82º74.83%71.96%-
HSV(B)256.82º45.15%92.94%-
XYZ37.7729.5583.83-
YUV151.17176.44134.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=30.36%
G=24.67%
B=44.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601302370.320.4500.07256.8274.8371.96
HexA082ED202D071014b48
Octal240202355405507401113110
Binary101000001000001011101101100000101101011110000000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A082ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A082ED; }

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

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

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

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

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

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

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

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