#A97FDD

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

Shades of Medium Purple #A97FDD

Tints of Medium Purple #A97FDD

Color information

#A97FDD (or 0xA97FDD) is unknown color: approx Medium Purple. HEX triplet: A9, 7F and DD. RGB value is (169,127,221). Sum of RGB (Red+Green+Blue) = 169+127+221=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #A97FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97FDD is #568022. Grayscale: #959595. Windows color (decimal): -5668899 or 14516137. OLE color: 14516137.

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

Color convert

RGB169127221-
CMYK0.240.4300.13
HSL266.81º58.02%68.24%-
HSV(B)266.81º42.53%86.67%-
XYZ3728.8372.02-
YUV150.27167.91141.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 127 (50% from 255) = 24.56%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=32.69%
G=24.56%
B=42.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691272210.240.4300.13266.8158.0268.24
HexA97FDD182B0D10b3a44
Octal251177335305301541372104
Binary1010100111111111101110111000101011011011000010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97FDD; }

 p { color: rgb(169,127,221); }

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

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

 a { background-color: rgb(169,127,221); }

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

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

 span { border-color: rgb(169,127,221); }

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