#A182F6

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

Shades of Medium Purple #A182F6

Tints of Medium Purple #A182F6

Color information

#A182F6 (or 0xA182F6) is unknown color: approx Medium Purple. HEX triplet: A1, 82 and F6. RGB value is (161,130,246). Sum of RGB (Red+Green+Blue) = 161+130+246=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #A182F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182F6 is #5E7D09. Grayscale: #989898. Windows color (decimal): -6192394 or 16155297. OLE color: 16155297.

HSL color Cylindrical-coordinate representation of color #A182F6: hue angle of 256.03º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A182F6 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161130246-
CMYK0.350.4700.04
HSL256.03º86.57%73.73%-
HSV(B)256.03º47.15%96.47%-
XYZ39.3230.290.95-
YUV152.49180.77134.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 130 (51.17% from 255) = 24.21%
BLUE value IS 246 (96.48% from 255) = 45.81%
R=29.98%
G=24.21%
B=45.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611302460.350.4700.04256.0386.5773.73
HexA182F6232F04100574a
Octal241202366435704400127112
Binary101000011000001011110110100011101111010010000000010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A182F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A182F6; }

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

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

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

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

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

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

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

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