Html Css Color HEX #A381E1 Medium Purple

📋 copy color: '#A381E1'

red 163 ◦ green 129 ◦ blue 225

#A381E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A381E1

Tints of Medium Purple #A381E1

RGB

 RED value IS 163 (64.06% from 255) = 31.53%

 GREEN value IS 129 (50.78% from 255) = 24.95%

 BLUE value IS 225 (88.28% from 255) = 43.52%

R = 31.53%
G = 24.95%
B = 43.52%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A381E1 (or 0xA381E1) is known color: Medium Purple. HEX triplet: A3, 81 and E1. RGB value is (163,129,225). Sum of RGB (Red+Green+Blue) = 163+129+225=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #A381E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381E1 is #5C7E1E. Grayscale: #959595. Windows color (decimal): -6061599 or 14778787. OLE color: 14778787.

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

Color convert

RGB 163 129 225 -
CMYK 0.28 0.43 0 0.12
HSL 261.25º 0.62% 0.69% -
HSV(B) 261.25º 0.43% 0.88% -
XYZ 36.55 28.92 74.89 -
YUV 150.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 163 129 225 0.28 0.43 0 0.12 261.25 0.62 0.69
Hex A3 81 E1 1C 2B 0 C 105 3E 45
Octal 243 201 341 34 53 0 14 405 76 105
Binary 10100011 10000001 11100001 11100 101011 0 1100 100000101 111110 1000101

Color Harmonies of #A381E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A381E1

Black with #A381E1

Text Example


Text Example

White with #A381E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A381E1; }

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

 H1.HeaderClassName
 {
   color: #A381E1;
 }
 .AnyTagClassName
 {
   color: #A381E1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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