#A97CD7

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

Shades of Medium Purple #A97CD7

Tints of Medium Purple #A97CD7

Color information

#A97CD7 (or 0xA97CD7) is unknown color: approx Medium Purple. HEX triplet: A9, 7C and D7. RGB value is (169,124,215). Sum of RGB (Red+Green+Blue) = 169+124+215=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #A97CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97CD7 is #568328. Grayscale: #939393. Windows color (decimal): -5669673 or 14122153. OLE color: 14122153.

HSL color Cylindrical-coordinate representation of color #A97CD7: hue angle of 269.67º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A97CD7 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169124215-
CMYK0.210.4200.16
HSL269.67º53.22%66.47%-
HSV(B)269.67º42.33%84.31%-
XYZ35.8427.7667.76-
YUV147.83165.91143.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 124 (48.83% from 255) = 24.41%
BLUE value IS 215 (84.38% from 255) = 42.32%
R=33.27%
G=24.41%
B=42.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691242150.210.4200.16269.6753.2266.47
HexA97CD7152A01010e3542
Octal251174327255202041665102
Binary10101001111110011010111101011010100100001000011101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CD7; }

 p { color: rgb(169,124,215); }

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

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

 a { background-color: rgb(169,124,215); }

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

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

 span { border-color: rgb(169,124,215); }

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