Html Css Color HEX #A17FE1 Medium Purple

📋 copy color: '#A17FE1'

red 161 ◦ green 127 ◦ blue 225

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

Shades of Medium Purple #A17FE1

Tints of Medium Purple #A17FE1

RGB

 RED value IS 161 (63.28% from 255) = 31.38%

 GREEN value IS 127 (50% from 255) = 24.76%

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

R = 31.38%
G = 24.76%
B = 43.86%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A17FE1 (or 0xA17FE1) is known color: Medium Purple. HEX triplet: A1, 7F and E1. RGB value is (161,127,225). Sum of RGB (Red+Green+Blue) = 161+127+225=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #A17FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FE1 is #5E801E. Grayscale: #939393. Windows color (decimal): -6193183 or 14778273. OLE color: 14778273.

HSL color Cylindrical-coordinate representation of color #A17FE1: hue angle of 260.82º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A17FE1 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 127 225 -
CMYK 0.28 0.44 0 0.12
HSL 260.82º 0.62% 0.69% -
HSV(B) 260.82º 0.44% 0.88% -
XYZ 35.88 28.19 74.78 -
YUV 148.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 161 127 225 0.28 0.44 0 0.12 260.82 0.62 0.69
Hex A1 7F E1 1C 2C 0 C 105 3E 45
Octal 241 177 341 34 54 0 14 405 76 105
Binary 10100001 1111111 11100001 11100 101100 0 1100 100000101 111110 1000101

Color Harmonies of #A17FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FE1

Black with #A17FE1

Text Example


Text Example

White with #A17FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FE1; }

 p { color: rgb(161,127,225); }

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

background-color css

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

 a { background-color: rgb(161,127,225); }

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

border-color css

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

 span { border-color: rgb(161,127,225); }

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