Html Css Color HEX #A17EDE Medium Purple

📋 copy color: '#A17EDE'

red 161 ◦ green 126 ◦ blue 222

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

Shades of Medium Purple #A17EDE

Tints of Medium Purple #A17EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 31.63%
G = 24.75%
B = 43.61%

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

#A17EDE (or 0xA17EDE) is known color: Medium Purple. HEX triplet: A1, 7E and DE. RGB value is (161,126,222). Sum of RGB (Red+Green+Blue) = 161+126+222=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #A17EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EDE is #5E8121. Grayscale: #939393. Windows color (decimal): -6193442 or 14581409. OLE color: 14581409.

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

Color convert

RGB 161 126 222 -
CMYK 0.27 0.43 0 0.13
HSL 261.88º 0.59% 0.68% -
HSV(B) 261.88º 0.43% 0.87% -
XYZ 35.34 27.77 72.61 -
YUV 147.41 170.1 137.69 -
System Red Green Blue C M Y K H S L
Decimal 161 126 222 0.27 0.43 0 0.13 261.88 0.59 0.68
Hex A1 7E DE 1B 2B 0 D 106 3B 44
Octal 241 176 336 33 53 0 15 406 73 104
Binary 10100001 1111110 11011110 11011 101011 0 1101 100000110 111011 1000100

Color Harmonies of #A17EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EDE

Black with #A17EDE

Text Example


Text Example

White with #A17EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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