Html Css Color HEX #A17EDF Medium Purple

📋 copy color: '#A17EDF'

red 161 ◦ green 126 ◦ blue 223

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

Shades of Medium Purple #A17EDF

Tints of Medium Purple #A17EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 31.57%
G = 24.71%
B = 43.73%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A17EDF (or 0xA17EDF) is known color: Medium Purple. HEX triplet: A1, 7E and DF. RGB value is (161,126,223). Sum of RGB (Red+Green+Blue) = 161+126+223=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #A17EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EDF is #5E8120. Grayscale: #939393. Windows color (decimal): -6193441 or 14646945. OLE color: 14646945.

HSL color Cylindrical-coordinate representation of color #A17EDF: hue angle of 261.65º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A17EDF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 126 223 -
CMYK 0.28 0.43 0 0.13
HSL 261.65º 0.6% 0.68% -
HSV(B) 261.65º 0.43% 0.87% -
XYZ 35.48 27.83 73.31 -
YUV 147.52 170.6 137.61 -
System Red Green Blue C M Y K H S L
Decimal 161 126 223 0.28 0.43 0 0.13 261.65 0.6 0.68
Hex A1 7E DF 1C 2B 0 D 106 3C 44
Octal 241 176 337 34 53 0 15 406 74 104
Binary 10100001 1111110 11011111 11100 101011 0 1101 100000110 111100 1000100

Color Harmonies of #A17EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EDF

Black with #A17EDF

Text Example


Text Example

White with #A17EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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