#A380D5

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

Shades of Medium Purple #A380D5

Tints of Medium Purple #A380D5

Color information

#A380D5 (or 0xA380D5) is unknown color: approx Medium Purple. HEX triplet: A3, 80 and D5. RGB value is (163,128,213). Sum of RGB (Red+Green+Blue) = 163+128+213=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #A380D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380D5 is #5C7F2A. Grayscale: #939393. Windows color (decimal): -6061867 or 13992099. OLE color: 13992099.

HSL color Cylindrical-coordinate representation of color #A380D5: hue angle of 264.71º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A380D5 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163128213-
CMYK0.230.4000.16
HSL264.71º50.3%66.86%-
HSV(B)264.71º39.91%83.53%-
XYZ34.8328.0366.52-
YUV148.16164.6138.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 213 (83.59% from 255) = 42.26%
R=32.34%
G=25.40%
B=42.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631282130.230.4000.16264.7150.366.86
HexA380D517280101093243
Octal243200325275002041162103
Binary101000111000000011010101101111010000100001000010011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380D5; }

 p { color: rgb(163,128,213); }

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

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

 a { background-color: rgb(163,128,213); }

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

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

 span { border-color: rgb(163,128,213); }

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