#A382DC

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

Shades of Medium Purple #A382DC

Tints of Medium Purple #A382DC

Color information

#A382DC (or 0xA382DC) is unknown color: approx Medium Purple. HEX triplet: A3, 82 and DC. RGB value is (163,130,220). Sum of RGB (Red+Green+Blue) = 163+130+220=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #A382DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382DC is #5C7D23. Grayscale: #959595. Windows color (decimal): -6061348 or 14451363. OLE color: 14451363.

HSL color Cylindrical-coordinate representation of color #A382DC: hue angle of 262º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A382DC is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163130220-
CMYK0.260.4100.14
HSL262º56.25%68.63%-
HSV(B)262º40.91%86.27%-
XYZ36.0128.9271.39-
YUV150.13167.43137.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.77%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=31.77%
G=25.34%
B=42.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631302200.260.4100.1426256.2568.63
HexA382DC1A290E1063845
Octal243202334325101640670105
Binary10100011100000101101110011010101001011101000001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382DC; }

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

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

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

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

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

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

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

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