#A661FD

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

Shades of Medium Purple #A661FD

Tints of Medium Purple #A661FD

Color information

#A661FD (or 0xA661FD) is unknown color: approx Medium Purple. HEX triplet: A6, 61 and FD. RGB value is (166,97,253). Sum of RGB (Red+Green+Blue) = 166+97+253=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #A661FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A661FD is #599E02. Grayscale: #868686. Windows color (decimal): -5873155 or 16605606. OLE color: 16605606.

HSL color Cylindrical-coordinate representation of color #A661FD: hue angle of 266.54º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A661FD is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16697253-
CMYK0.340.6200.01
HSL266.54º97.5%68.63%-
HSV(B)266.54º61.66%99.22%-
XYZ37.7323.7595.52-
YUV135.42194.36149.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 97 (38.28% from 255) = 18.80%
BLUE value IS 253 (99.22% from 255) = 49.03%
R=32.17%
G=18.80%
B=49.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal166972530.340.6200.01266.5497.568.63
HexA661FD223E0110b6245
Octal246141375427601413142105
Binary101001101100001111111011000101111100110000101111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A661FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A661FD; }

 p { color: rgb(166,97,253); }

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

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

 a { background-color: rgb(166,97,253); }

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

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

 span { border-color: rgb(166,97,253); }

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