Html Css Color HEX #A17EE1 Medium Purple

📋 copy color: '#A17EE1'

red 161 ◦ green 126 ◦ blue 225

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

Shades of Medium Purple #A17EE1

Tints of Medium Purple #A17EE1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.61%

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

R = 31.45%
G = 24.61%
B = 43.95%

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

#A17EE1 (or 0xA17EE1) is known color: Medium Purple. HEX triplet: A1, 7E and E1. RGB value is (161,126,225). Sum of RGB (Red+Green+Blue) = 161+126+225=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #A17EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EE1 is #5E811E. Grayscale: #939393. Windows color (decimal): -6193439 or 14778017. OLE color: 14778017.

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

Color convert

RGB 161 126 225 -
CMYK 0.28 0.44 0 0.12
HSL 261.21º 0.62% 0.69% -
HSV(B) 261.21º 0.44% 0.88% -
XYZ 35.75 27.94 74.74 -
YUV 147.75 171.6 137.45 -
System Red Green Blue C M Y K H S L
Decimal 161 126 225 0.28 0.44 0 0.12 261.21 0.62 0.69
Hex A1 7E E1 1C 2C 0 C 105 3E 45
Octal 241 176 341 34 54 0 14 405 76 105
Binary 10100001 1111110 11100001 11100 101100 0 1100 100000101 111110 1000101

Color Harmonies of #A17EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EE1

Black with #A17EE1

Text Example


Text Example

White with #A17EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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