#A382EA

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

Shades of Medium Purple #A382EA

Tints of Medium Purple #A382EA

Color information

#A382EA (or 0xA382EA) is unknown color: approx Medium Purple. HEX triplet: A3, 82 and EA. RGB value is (163,130,234). Sum of RGB (Red+Green+Blue) = 163+130+234=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #A382EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A382EA is #5C7D15. Grayscale: #979797. Windows color (decimal): -6061334 or 15368867. OLE color: 15368867.

HSL color Cylindrical-coordinate representation of color #A382EA: hue angle of 259.04º 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 #A382EA is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163130234-
CMYK0.300.4400.08
HSL259.04º71.23%71.37%-
HSV(B)259.04º44.44%91.76%-
XYZ37.9429.6981.57-
YUV151.72174.43136.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=30.93%
G=24.67%
B=44.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631302340.300.4400.08259.0471.2371.37
HexA382EA1E2C081034747
Octal2432023523654010403107107
Binary101000111000001011101010111101011000100010000001110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382EA; }

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

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

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

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

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

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

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

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