Html Css Color HEX #A17DE1 Medium Purple

📋 copy color: '#A17DE1'

red 161 ◦ green 125 ◦ blue 225

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

Shades of Medium Purple #A17DE1

Tints of Medium Purple #A17DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.46%

 BLUE value IS 225 (88.28% from 255) = 44.03%

R = 31.51%
G = 24.46%
B = 44.03%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A17DE1 (or 0xA17DE1) is known color: Medium Purple. HEX triplet: A1, 7D and E1. RGB value is (161,125,225). Sum of RGB (Red+Green+Blue) = 161+125+225=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #A17DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DE1 is #5E821E. Grayscale: #929292. Windows color (decimal): -6193695 or 14777761. OLE color: 14777761.

HSL color Cylindrical-coordinate representation of color #A17DE1: hue angle of 261.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A17DE1 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 125 225 -
CMYK 0.28 0.44 0 0.12
HSL 261.6º 0.63% 0.69% -
HSV(B) 261.6º 0.44% 0.88% -
XYZ 35.62 27.68 74.7 -
YUV 147.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 161 125 225 0.28 0.44 0 0.12 261.6 0.63 0.69
Hex A1 7D E1 1C 2C 0 C 106 3E 45
Octal 241 175 341 34 54 0 14 406 76 105
Binary 10100001 1111101 11100001 11100 101100 0 1100 100000110 111110 1000101

Color Harmonies of #A17DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17DE1

Black with #A17DE1

Text Example


Text Example

White with #A17DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17DE1; }

 p { color: rgb(161,125,225); }

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

background-color css

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

 a { background-color: rgb(161,125,225); }

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

border-color css

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

 span { border-color: rgb(161,125,225); }

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