Html Css Color HEX #A071DD Medium Purple

📋 copy color: '#A071DD'

red 160 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #A071DD

Tints of Medium Purple #A071DD

RGB

 RED value IS 160 (62.89% from 255) = 32.39%

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

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

R = 32.39%
G = 22.87%
B = 44.74%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A071DD (or 0xA071DD) is known color: Medium Purple. HEX triplet: A0, 71 and DD. RGB value is (160,113,221). Sum of RGB (Red+Green+Blue) = 160+113+221=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #A071DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071DD is #5F8E22. Grayscale: #8A8A8A. Windows color (decimal): -6262307 or 14512544. OLE color: 14512544.

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

Color convert

RGB 160 113 221 -
CMYK 0.28 0.49 0 0.13
HSL 266.11º 0.61% 0.65% -
HSV(B) 266.11º 0.49% 0.87% -
XYZ 33.45 24.5 71.37 -
YUV 139.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 160 113 221 0.28 0.49 0 0.13 266.11 0.61 0.65
Hex A0 71 DD 1C 31 0 D 10A 3D 41
Octal 240 161 335 34 61 0 15 412 75 101
Binary 10100000 1110001 11011101 11100 110001 0 1101 100001010 111101 1000001

Color Harmonies of #A071DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071DD

Black with #A071DD

Text Example


Text Example

White with #A071DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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