#A97CDA

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

Shades of Medium Purple #A97CDA

Tints of Medium Purple #A97CDA

Color information

#A97CDA (or 0xA97CDA) is unknown color: approx Medium Purple. HEX triplet: A9, 7C and DA. RGB value is (169,124,218). Sum of RGB (Red+Green+Blue) = 169+124+218=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #A97CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97CDA is #568325. Grayscale: #939393. Windows color (decimal): -5669670 or 14318761. OLE color: 14318761.

HSL color Cylindrical-coordinate representation of color #A97CDA: hue angle of 268.72º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A97CDA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169124218-
CMYK0.220.4300.15
HSL268.72º55.95%67.06%-
HSV(B)268.72º43.12%85.49%-
XYZ36.2227.9169.81-
YUV148.17167.41142.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 124 (48.83% from 255) = 24.27%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=33.07%
G=24.27%
B=42.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691242180.220.4300.15268.7255.9567.06
HexA97CDA162B0F10d3843
Octal251174332265301741570103
Binary1010100111111001101101010110101011011111000011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CDA; }

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

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

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

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

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

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

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

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