#A968FD

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

Shades of Medium Purple #A968FD

Tints of Medium Purple #A968FD

Color information

#A968FD (or 0xA968FD) is unknown color: approx Medium Purple. HEX triplet: A9, 68 and FD. RGB value is (169,104,253). Sum of RGB (Red+Green+Blue) = 169+104+253=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #A968FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A968FD is #569702. Grayscale: #8B8B8B. Windows color (decimal): -5674755 or 16607401. OLE color: 16607401.

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

Color convert

RGB169104253-
CMYK0.330.5900.01
HSL266.17º97.39%70%-
HSV(B)266.17º58.89%99.22%-
XYZ39.0425.4395.78-
YUV140.42191.53148.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 104 (41.02% from 255) = 19.77%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=32.13%
G=19.77%
B=48.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691042530.330.5900.01266.1797.3970
HexA968FD213B0110a6146
Octal251150375417301412141106
Binary101010011101000111111011000011110110110000101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A968FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A968FD; }

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

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

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

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

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

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

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

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