Html Css Color HEX #A17EDD Medium Purple

📋 copy color: '#A17EDD'

red 161 ◦ green 126 ◦ blue 221

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

Shades of Medium Purple #A17EDD

Tints of Medium Purple #A17EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 31.69%
G = 24.8%
B = 43.5%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A17EDD (or 0xA17EDD) is known color: Medium Purple. HEX triplet: A1, 7E and DD. RGB value is (161,126,221). Sum of RGB (Red+Green+Blue) = 161+126+221=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #A17EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EDD is #5E8122. Grayscale: #929292. Windows color (decimal): -6193443 or 14515873. OLE color: 14515873.

HSL color Cylindrical-coordinate representation of color #A17EDD: hue angle of 262.11º degrees, saturation: 0.58, 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 #A17EDD is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 126 221 -
CMYK 0.27 0.43 0 0.13
HSL 262.11º 0.58% 0.68% -
HSV(B) 262.11º 0.43% 0.87% -
XYZ 35.21 27.72 71.9 -
YUV 147.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 161 126 221 0.27 0.43 0 0.13 262.11 0.58 0.68
Hex A1 7E DD 1B 2B 0 D 106 3A 44
Octal 241 176 335 33 53 0 15 406 72 104
Binary 10100001 1111110 11011101 11011 101011 0 1101 100000110 111010 1000100

Color Harmonies of #A17EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EDD

Black with #A17EDD

Text Example


Text Example

White with #A17EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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