#A97BDD

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

Shades of Medium Purple #A97BDD

Tints of Medium Purple #A97BDD

Color information

#A97BDD (or 0xA97BDD) is unknown color: approx Medium Purple. HEX triplet: A9, 7B and DD. RGB value is (169,123,221). Sum of RGB (Red+Green+Blue) = 169+123+221=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #A97BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BDD is #568422. Grayscale: #939393. Windows color (decimal): -5669923 or 14515113. OLE color: 14515113.

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

Color convert

RGB169123221-
CMYK0.240.4400.13
HSL268.16º59.04%67.45%-
HSV(B)268.16º44.34%86.67%-
XYZ36.527.8271.85-
YUV147.93169.24143.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=32.94%
G=23.98%
B=43.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691232210.240.4400.13268.1659.0467.45
HexA97BDD182C0D10c3b43
Octal251173335305401541473103
Binary1010100111110111101110111000101100011011000011001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97BDD; }

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

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

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

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

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

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

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

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