Html Css Color HEX #A371DF Medium Purple

📋 copy color: '#A371DF'

red 163 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #A371DF

Tints of Medium Purple #A371DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.65%

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

R = 32.67%
G = 22.65%
B = 44.69%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A371DF (or 0xA371DF) is known color: Medium Purple. HEX triplet: A3, 71 and DF. RGB value is (163,113,223). Sum of RGB (Red+Green+Blue) = 163+113+223=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #A371DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371DF is #5C8E20. Grayscale: #8C8C8C. Windows color (decimal): -6065697 or 14643619. OLE color: 14643619.

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

Color convert

RGB 163 113 223 -
CMYK 0.27 0.49 0 0.13
HSL 267.27º 0.63% 0.66% -
HSV(B) 267.27º 0.49% 0.87% -
XYZ 34.33 24.92 72.81 -
YUV 140.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 163 113 223 0.27 0.49 0 0.13 267.27 0.63 0.66
Hex A3 71 DF 1B 31 0 D 10B 3F 42
Octal 243 161 337 33 61 0 15 413 77 102
Binary 10100011 1110001 11011111 11011 110001 0 1101 100001011 111111 1000010

Color Harmonies of #A371DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371DF

Black with #A371DF

Text Example


Text Example

White with #A371DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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