Html Css Color HEX #A17ED7 Medium Purple

📋 copy color: '#A17ED7'

red 161 ◦ green 126 ◦ blue 215

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

Shades of Medium Purple #A17ED7

Tints of Medium Purple #A17ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.83%

R = 32.07%
G = 25.1%
B = 42.83%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A17ED7 (or 0xA17ED7) is known color: Medium Purple. HEX triplet: A1, 7E and D7. RGB value is (161,126,215). Sum of RGB (Red+Green+Blue) = 161+126+215=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #A17ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ED7 is #5E8128. Grayscale: #929292. Windows color (decimal): -6193449 or 14122657. OLE color: 14122657.

HSL color Cylindrical-coordinate representation of color #A17ED7: hue angle of 263.6º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A17ED7 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 126 215 -
CMYK 0.25 0.41 0 0.16
HSL 263.6º 0.53% 0.67% -
HSV(B) 263.6º 0.41% 0.84% -
XYZ 34.42 27.41 67.77 -
YUV 146.61 166.6 138.26 -
System Red Green Blue C M Y K H S L
Decimal 161 126 215 0.25 0.41 0 0.16 263.6 0.53 0.67
Hex A1 7E D7 19 29 0 10 108 35 43
Octal 241 176 327 31 51 0 20 410 65 103
Binary 10100001 1111110 11010111 11001 101001 0 10000 100001000 110101 1000011

Color Harmonies of #A17ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17ED7

Black with #A17ED7

Text Example


Text Example

White with #A17ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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