Html Css Color HEX #A471DD Medium Purple

📋 copy color: '#A471DD'

red 164 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #A471DD

Tints of Medium Purple #A471DD

RGB

 RED value IS 164 (64.45% from 255) = 32.93%

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

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

R = 32.93%
G = 22.69%
B = 44.38%

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

#A471DD (or 0xA471DD) is known color: Medium Purple. HEX triplet: A4, 71 and DD. RGB value is (164,113,221). Sum of RGB (Red+Green+Blue) = 164+113+221=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #A471DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471DD is #5B8E22. Grayscale: #8C8C8C. Windows color (decimal): -6000163 or 14512548. OLE color: 14512548.

HSL color Cylindrical-coordinate representation of color #A471DD: hue angle of 268.33º 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 #A471DD is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 113 221 -
CMYK 0.26 0.49 0 0.13
HSL 268.33º 0.61% 0.65% -
HSV(B) 268.33º 0.49% 0.87% -
XYZ 34.27 24.92 71.41 -
YUV 140.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 164 113 221 0.26 0.49 0 0.13 268.33 0.61 0.65
Hex A4 71 DD 1A 31 0 D 10C 3D 41
Octal 244 161 335 32 61 0 15 414 75 101
Binary 10100100 1110001 11011101 11010 110001 0 1101 100001100 111101 1000001

Color Harmonies of #A471DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471DD

Black with #A471DD

Text Example


Text Example

White with #A471DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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