#A17DEB

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

Shades of Medium Purple #A17DEB

Tints of Medium Purple #A17DEB

Color information

#A17DEB (or 0xA17DEB) is unknown color: approx Medium Purple. HEX triplet: A1, 7D and EB. RGB value is (161,125,235). Sum of RGB (Red+Green+Blue) = 161+125+235=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #A17DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17DEB is #5E8214. Grayscale: #939393. Windows color (decimal): -6193685 or 15433121. OLE color: 15433121.

HSL color Cylindrical-coordinate representation of color #A17DEB: hue angle of 259.64º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17DEB is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161125235-
CMYK0.310.4700.08
HSL259.64º73.33%70.59%-
HSV(B)259.64º46.81%92.16%-
XYZ37.0328.2482.1-
YUV148.3176.93137.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 235 (92.19% from 255) = 45.11%
R=30.90%
G=23.99%
B=45.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611252350.310.4700.08259.6473.3370.59
HexA17DEB1F2F081044947
Octal2411753533757010404111107
Binary10100001111110111101011111111011110100010000010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17DEB; }

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

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

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

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

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

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

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

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