#A182ED

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

Shades of Medium Purple #A182ED

Tints of Medium Purple #A182ED

Color information

#A182ED (or 0xA182ED) is unknown color: approx Medium Purple. HEX triplet: A1, 82 and ED. RGB value is (161,130,237). Sum of RGB (Red+Green+Blue) = 161+130+237=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #A182ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182ED is #5E7D12. Grayscale: #979797. Windows color (decimal): -6192403 or 15565473. OLE color: 15565473.

HSL color Cylindrical-coordinate representation of color #A182ED: hue angle of 257.38º 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 #A182ED is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161130237-
CMYK0.320.4500.07
HSL257.38º74.83%71.96%-
HSV(B)257.38º45.15%92.94%-
XYZ37.9729.6683.84-
YUV151.47176.27134.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 130 (51.17% from 255) = 24.62%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=30.49%
G=24.62%
B=44.89%

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
Decimal1611302370.320.4500.07257.3874.8371.96
HexA182ED202D071014b48
Octal241202355405507401113110
Binary101000011000001011101101100000101101011110000000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A182ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A182ED; }

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

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

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

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

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

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

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

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