#A382E6

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

Shades of Medium Purple #A382E6

Tints of Medium Purple #A382E6

Color information

#A382E6 (or 0xA382E6) is unknown color: approx Medium Purple. HEX triplet: A3, 82 and E6. RGB value is (163,130,230). Sum of RGB (Red+Green+Blue) = 163+130+230=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #A382E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A382E6 is #5C7D19. Grayscale: #969696. Windows color (decimal): -6061338 or 15106723. OLE color: 15106723.

HSL color Cylindrical-coordinate representation of color #A382E6: hue angle of 259.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A382E6 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB163130230-
CMYK0.290.4300.10
HSL259.8º66.67%70.59%-
HSV(B)259.8º43.48%90.2%-
XYZ37.3729.4678.58-
YUV151.27172.43136.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 230 (90.23% from 255) = 43.98%
R=31.17%
G=24.86%
B=43.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1631302300.290.4300.10259.866.6770.59
HexA382E61D2B0A1044347
Octal2432023463553012404103107
Binary101000111000001011100110111011010110101010000010010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382E6; }

 p { color: rgb(163,130,230); }

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

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

 a { background-color: rgb(163,130,230); }

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

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

 span { border-color: rgb(163,130,230); }

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