#A381E0

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

Shades of Medium Purple #A381E0

Tints of Medium Purple #A381E0

Color information

#A381E0 (or 0xA381E0) is unknown color: approx Medium Purple. HEX triplet: A3, 81 and E0. RGB value is (163,129,224). Sum of RGB (Red+Green+Blue) = 163+129+224=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #A381E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381E0 is #5C7E1F. Grayscale: #959595. Windows color (decimal): -6061600 or 14713251. OLE color: 14713251.

HSL color Cylindrical-coordinate representation of color #A381E0: hue angle of 261.47º degrees, saturation: 0.61, 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 #A381E0 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB163129224-
CMYK0.270.4200.12
HSL261.47º60.51%69.22%-
HSV(B)261.47º42.41%87.84%-
XYZ36.4128.8774.17-
YUV150169.76137.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.59%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 224 (87.89% from 255) = 43.41%
R=31.59%
G=25%
B=43.41%

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
Decimal1631292240.270.4200.12261.4760.5169.22
HexA381E01B2A0C1053d45
Octal243201340335201440575105
Binary10100011100000011110000011011101010011001000001011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381E0; }

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

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

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

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

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

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

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

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