Html Css Color HEX #A571DD Medium Purple

📋 copy color: '#A571DD'

red 165 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #A571DD

Tints of Medium Purple #A571DD

RGB

 RED value IS 165 (64.84% from 255) = 33.07%

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

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

R = 33.07%
G = 22.65%
B = 44.29%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A571DD (or 0xA571DD) is known color: Medium Purple. HEX triplet: A5, 71 and DD. RGB value is (165,113,221). Sum of RGB (Red+Green+Blue) = 165+113+221=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #A571DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571DD is #5A8E22. Grayscale: #8C8C8C. Windows color (decimal): -5934627 or 14512549. OLE color: 14512549.

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

Color convert

RGB 165 113 221 -
CMYK 0.25 0.49 0 0.13
HSL 268.89º 0.61% 0.65% -
HSV(B) 268.89º 0.49% 0.87% -
XYZ 34.47 25.03 71.42 -
YUV 140.86 173.23 145.22 -
System Red Green Blue C M Y K H S L
Decimal 165 113 221 0.25 0.49 0 0.13 268.89 0.61 0.65
Hex A5 71 DD 19 31 0 D 10D 3D 41
Octal 245 161 335 31 61 0 15 415 75 101
Binary 10100101 1110001 11011101 11001 110001 0 1101 100001101 111101 1000001

Color Harmonies of #A571DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571DD

Black with #A571DD

Text Example


Text Example

White with #A571DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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