Html Css Color HEX #A381DF Medium Purple

📋 copy color: '#A381DF'

red 163 ◦ green 129 ◦ blue 223

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

Shades of Medium Purple #A381DF

Tints of Medium Purple #A381DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 31.65%
G = 25.05%
B = 43.3%

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

#A381DF (or 0xA381DF) is known color: Medium Purple. HEX triplet: A3, 81 and DF. RGB value is (163,129,223). Sum of RGB (Red+Green+Blue) = 163+129+223=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #A381DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381DF is #5C7E20. Grayscale: #959595. Windows color (decimal): -6061601 or 14647715. OLE color: 14647715.

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

Color convert

RGB 163 129 223 -
CMYK 0.27 0.42 0 0.13
HSL 261.7º 0.59% 0.69% -
HSV(B) 261.7º 0.42% 0.87% -
XYZ 36.27 28.81 73.46 -
YUV 149.88 169.26 137.36 -
System Red Green Blue C M Y K H S L
Decimal 163 129 223 0.27 0.42 0 0.13 261.7 0.59 0.69
Hex A3 81 DF 1B 2A 0 D 106 3B 45
Octal 243 201 337 33 52 0 15 406 73 105
Binary 10100011 10000001 11011111 11011 101010 0 1101 100000110 111011 1000101

Color Harmonies of #A381DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A381DF

Black with #A381DF

Text Example


Text Example

White with #A381DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A381DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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