#A17DDE

Color #A17DDE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A17DDE

Tints of Medium Purple #A17DDE

Color information

#A17DDE (or 0xA17DDE) is unknown color: approx Medium Purple. HEX triplet: A1, 7D and DE. RGB value is (161,125,222). Sum of RGB (Red+Green+Blue) = 161+125+222=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #A17DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DDE is #5E8221. Grayscale: #929292. Windows color (decimal): -6193698 or 14581153. OLE color: 14581153.

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

Color convert

RGB161125222-
CMYK0.270.4400.13
HSL262.27º59.51%68.04%-
HSV(B)262.27º43.69%87.06%-
XYZ35.2227.5272.56-
YUV146.82170.43138.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 222 (87.11% from 255) = 43.70%
R=31.69%
G=24.61%
B=43.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611252220.270.4400.13262.2759.5168.04
HexA17DDE1B2C0D1063c44
Octal241175336335401540674104
Binary1010000111111011101111011011101100011011000001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17DDE; }

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

 H1.HeaderClassName
 {
   color: #A17DDE;
 }
 .AnyTagClassName
 {
   color: #A17DDE;
 }
</style>
background-color css

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

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

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

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

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

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