Html Css Color HEX #A371DD Medium Purple

📋 copy color: '#A371DD'

red 163 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #A371DD

Tints of Medium Purple #A371DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 32.8%
G = 22.74%
B = 44.47%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A371DD (or 0xA371DD) is known color: Medium Purple. HEX triplet: A3, 71 and DD. RGB value is (163,113,221). Sum of RGB (Red+Green+Blue) = 163+113+221=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #A371DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371DD is #5C8E22. Grayscale: #8B8B8B. Windows color (decimal): -6065699 or 14512547. OLE color: 14512547.

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

Color convert

RGB 163 113 221 -
CMYK 0.26 0.49 0 0.13
HSL 267.78º 0.61% 0.65% -
HSV(B) 267.78º 0.49% 0.87% -
XYZ 34.06 24.82 71.4 -
YUV 140.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 163 113 221 0.26 0.49 0 0.13 267.78 0.61 0.65
Hex A3 71 DD 1A 31 0 D 10C 3D 41
Octal 243 161 335 32 61 0 15 414 75 101
Binary 10100011 1110001 11011101 11010 110001 0 1101 100001100 111101 1000001

Color Harmonies of #A371DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371DD

Black with #A371DD

Text Example


Text Example

White with #A371DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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