#A17DED

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

Shades of Medium Purple #A17DED

Tints of Medium Purple #A17DED

Color information

#A17DED (or 0xA17DED) is unknown color: approx Medium Purple. HEX triplet: A1, 7D and ED. RGB value is (161,125,237). Sum of RGB (Red+Green+Blue) = 161+125+237=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #A17DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17DED is #5E8212. Grayscale: #949494. Windows color (decimal): -6193683 or 15564193. OLE color: 15564193.

HSL color Cylindrical-coordinate representation of color #A17DED: hue angle of 259.29º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17DED is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161125237-
CMYK0.320.4700.07
HSL259.29º75.68%70.98%-
HSV(B)259.29º47.26%92.94%-
XYZ37.3228.3683.63-
YUV148.53177.93136.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=30.78%
G=23.90%
B=45.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611252370.320.4700.07259.2975.6870.98
HexA17DED202F071034c47
Octal241175355405707403114107
Binary10100001111110111101101100000101111011110000001110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17DED; }

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

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

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

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

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

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

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

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