#A97AED

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

Shades of Medium Purple #A97AED

Tints of Medium Purple #A97AED

Color information

#A97AED (or 0xA97AED) is unknown color: approx Medium Purple. HEX triplet: A9, 7A and ED. RGB value is (169,122,237). Sum of RGB (Red+Green+Blue) = 169+122+237=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #A97AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97AED is #568512. Grayscale: #949494. Windows color (decimal): -5670163 or 15563433. OLE color: 15563433.

HSL color Cylindrical-coordinate representation of color #A97AED: hue angle of 264.52º 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 #A97AED is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169122237-
CMYK0.290.4900.07
HSL264.52º76.16%70.39%-
HSV(B)264.52º48.52%92.94%-
XYZ38.6128.4783.58-
YUV149.16177.57142.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 122 (48.05% from 255) = 23.11%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=32.01%
G=23.11%
B=44.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691222370.290.4900.07264.5276.1670.39
HexA97AED1D31071094c46
Octal251172355356107411114106
Binary1010100111110101110110111101110001011110000100110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97AED; }

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

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

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

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

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

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

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

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