#A17AED

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

Shades of Medium Purple #A17AED

Tints of Medium Purple #A17AED

Color information

#A17AED (or 0xA17AED) is unknown color: approx Medium Purple. HEX triplet: A1, 7A and ED. RGB value is (161,122,237). Sum of RGB (Red+Green+Blue) = 161+122+237=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #A17AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AED is #5E8512. Grayscale: #929292. Windows color (decimal): -6194451 or 15563425. OLE color: 15563425.

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

Color convert

RGB161122237-
CMYK0.320.4900.07
HSL260.35º76.16%70.39%-
HSV(B)260.35º48.52%92.94%-
XYZ36.9427.6183.5-
YUV146.77178.92138.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 122 (48.05% from 255) = 23.46%
BLUE value IS 237 (92.97% from 255) = 45.58%
R=30.96%
G=23.46%
B=45.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611222370.320.4900.07260.3576.1670.39
HexA17AED2031071044c46
Octal241172355406107404114106
Binary10100001111101011101101100000110001011110000010010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17AED; }

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

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

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

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

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

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

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

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