#A97BFC

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

Shades of Medium Purple #A97BFC

Tints of Medium Purple #A97BFC

Color information

#A97BFC (or 0xA97BFC) is unknown color: approx Medium Purple. HEX triplet: A9, 7B and FC. RGB value is (169,123,252). Sum of RGB (Red+Green+Blue) = 169+123+252=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #A97BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97BFC is #568403. Grayscale: #969696. Windows color (decimal): -5669892 or 16546729. OLE color: 16546729.

HSL color Cylindrical-coordinate representation of color #A97BFC: hue angle of 261.4º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A97BFC is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169123252-
CMYK0.330.5100.01
HSL261.4º95.56%73.53%-
HSV(B)261.4º51.19%98.82%-
XYZ41.0229.6395.65-
YUV151.46184.74140.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.07%
GREEN value IS 123 (48.44% from 255) = 22.61%
BLUE value IS 252 (98.83% from 255) = 46.32%
R=31.07%
G=22.61%
B=46.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691232520.330.5100.01261.495.5673.53
HexA97BFC213301105604a
Octal251173374416301405140112
Binary101010011111011111111001000011100110110000010111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97BFC; }

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

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

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

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

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

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

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

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