Html Css Color HEX #A17EE4 Medium Purple

📋 copy color: '#A17EE4'

red 161 ◦ green 126 ◦ blue 228

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

Shades of Medium Purple #A17EE4

Tints of Medium Purple #A17EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.27%

R = 31.26%
G = 24.47%
B = 44.27%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A17EE4 (or 0xA17EE4) is known color: Medium Purple. HEX triplet: A1, 7E and E4. RGB value is (161,126,228). Sum of RGB (Red+Green+Blue) = 161+126+228=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #A17EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EE4 is #5E811B. Grayscale: #939393. Windows color (decimal): -6193436 or 14974625. OLE color: 14974625.

HSL color Cylindrical-coordinate representation of color #A17EE4: hue angle of 260.59º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A17EE4 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 126 228 -
CMYK 0.29 0.45 0 0.11
HSL 260.59º 0.65% 0.69% -
HSV(B) 260.59º 0.45% 0.89% -
XYZ 36.16 28.1 76.92 -
YUV 148.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 161 126 228 0.29 0.45 0 0.11 260.59 0.65 0.69
Hex A1 7E E4 1D 2D 0 B 105 41 45
Octal 241 176 344 35 55 0 13 405 101 105
Binary 10100001 1111110 11100100 11101 101101 0 1011 100000101 1000001 1000101

Color Harmonies of #A17EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EE4

Black with #A17EE4

Text Example


Text Example

White with #A17EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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