#A97CFD

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

Shades of Medium Purple #A97CFD

Tints of Medium Purple #A97CFD

Color information

#A97CFD (or 0xA97CFD) is unknown color: approx Medium Purple. HEX triplet: A9, 7C and FD. RGB value is (169,124,253). Sum of RGB (Red+Green+Blue) = 169+124+253=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #A97CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97CFD is #568302. Grayscale: #979797. Windows color (decimal): -5669635 or 16612521. OLE color: 16612521.

HSL color Cylindrical-coordinate representation of color #A97CFD: hue angle of 260.93º degrees, saturation: 0.97, 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 #A97CFD is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169124253-
CMYK0.330.5100.01
HSL260.93º96.99%73.92%-
HSV(B)260.93º50.99%99.22%-
XYZ41.329.9496.53-
YUV152.16184.91140.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 124 (48.83% from 255) = 22.71%
BLUE value IS 253 (99.22% from 255) = 46.34%
R=30.95%
G=22.71%
B=46.34%

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
Decimal1691242530.330.5100.01260.9396.9973.92
HexA97CFD213301105614a
Octal251174375416301405141112
Binary101010011111100111111011000011100110110000010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CFD; }

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

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

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

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

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

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

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

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