#A382E0

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

Shades of Medium Purple #A382E0

Tints of Medium Purple #A382E0

Color information

#A382E0 (or 0xA382E0) is unknown color: approx Medium Purple. HEX triplet: A3, 82 and E0. RGB value is (163,130,224). Sum of RGB (Red+Green+Blue) = 163+130+224=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #A382E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382E0 is #5C7D1F. Grayscale: #969696. Windows color (decimal): -6061344 or 14713507. OLE color: 14713507.

HSL color Cylindrical-coordinate representation of color #A382E0: hue angle of 261.06º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A382E0 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB163130224-
CMYK0.270.4200.12
HSL261.06º60.26%69.41%-
HSV(B)261.06º41.96%87.84%-
XYZ36.5429.1374.22-
YUV150.58169.43136.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 224 (87.89% from 255) = 43.33%
R=31.53%
G=25.15%
B=43.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1631302240.270.4200.12261.0660.2669.41
HexA382E01B2A0C1053c45
Octal243202340335201440574105
Binary10100011100000101110000011011101010011001000001011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382E0; }

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

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

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

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

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

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

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

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