Html Css Color HEX #A381DE Medium Purple

📋 copy color: '#A381DE'

red 163 ◦ green 129 ◦ blue 222

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

Shades of Medium Purple #A381DE

Tints of Medium Purple #A381DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.19%

R = 31.71%
G = 25.1%
B = 43.19%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A381DE (or 0xA381DE) is known color: Medium Purple. HEX triplet: A3, 81 and DE. RGB value is (163,129,222). Sum of RGB (Red+Green+Blue) = 163+129+222=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #A381DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381DE is #5C7E21. Grayscale: #959595. Windows color (decimal): -6061602 or 14582179. OLE color: 14582179.

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

Color convert

RGB 163 129 222 -
CMYK 0.27 0.42 0 0.13
HSL 261.94º 0.58% 0.69% -
HSV(B) 261.94º 0.42% 0.87% -
XYZ 36.14 28.76 72.75 -
YUV 149.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 163 129 222 0.27 0.42 0 0.13 261.94 0.58 0.69
Hex A3 81 DE 1B 2A 0 D 106 3A 45
Octal 243 201 336 33 52 0 15 406 72 105
Binary 10100011 10000001 11011110 11011 101010 0 1101 100000110 111010 1000101

Color Harmonies of #A381DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A381DE

Black with #A381DE

Text Example


Text Example

White with #A381DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A381DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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