#A97BF1

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

Shades of Medium Purple #A97BF1

Tints of Medium Purple #A97BF1

Color information

#A97BF1 (or 0xA97BF1) is unknown color: approx Medium Purple. HEX triplet: A9, 7B and F1. RGB value is (169,123,241). Sum of RGB (Red+Green+Blue) = 169+123+241=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #A97BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97BF1 is #56840E. Grayscale: #959595. Windows color (decimal): -5669903 or 15825833. OLE color: 15825833.

HSL color Cylindrical-coordinate representation of color #A97BF1: hue angle of 263.39º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A97BF1 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169123241-
CMYK0.300.4900.05
HSL263.39º80.82%71.37%-
HSV(B)263.39º48.96%94.51%-
XYZ39.3228.9586.73-
YUV150.21179.24141.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 123 (48.44% from 255) = 23.08%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=31.71%
G=23.08%
B=45.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691232410.300.4900.05263.3980.8271.37
HexA97BF11E31051075147
Octal251173361366105407121107
Binary1010100111110111111000111110110001010110000011110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97BF1; }

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

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

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

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

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

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

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

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