Html Css Color HEX #A971E1 Medium Purple

📋 copy color: '#A971E1'

red 169 ◦ green 113 ◦ blue 225

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

Shades of Medium Purple #A971E1

Tints of Medium Purple #A971E1

RGB

 RED value IS 169 (66.41% from 255) = 33.33%

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

 BLUE value IS 225 (88.28% from 255) = 44.38%

R = 33.33%
G = 22.29%
B = 44.38%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A971E1 (or 0xA971E1) is known color: Medium Purple. HEX triplet: A9, 71 and E1. RGB value is (169,113,225). Sum of RGB (Red+Green+Blue) = 169+113+225=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #A971E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971E1 is #568E1E. Grayscale: #8E8E8E. Windows color (decimal): -5672479 or 14774697. OLE color: 14774697.

HSL color Cylindrical-coordinate representation of color #A971E1: hue angle of 270º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A971E1 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 113 225 -
CMYK 0.25 0.50 0 0.12
HSL 270º 0.65% 0.66% -
HSV(B) 270º 0.5% 0.88% -
XYZ 35.86 25.68 74.3 -
YUV 142.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 169 113 225 0.25 0.50 0 0.12 270 0.65 0.66
Hex A9 71 E1 19 32 0 C 10E 41 42
Octal 251 161 341 31 62 0 14 416 101 102
Binary 10101001 1110001 11100001 11001 110010 0 1100 100001110 1000001 1000010

Color Harmonies of #A971E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A971E1

Black with #A971E1

Text Example


Text Example

White with #A971E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A971E1; }

 p { color: rgb(169,113,225); }

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

background-color css

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

 a { background-color: rgb(169,113,225); }

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

border-color css

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

 span { border-color: rgb(169,113,225); }

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