#A661FA

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

Shades of Medium Purple #A661FA

Tints of Medium Purple #A661FA

Color information

#A661FA (or 0xA661FA) is unknown color: approx Medium Purple. HEX triplet: A6, 61 and FA. RGB value is (166,97,250). Sum of RGB (Red+Green+Blue) = 166+97+250=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #A661FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A661FA is #599E05. Grayscale: #868686. Windows color (decimal): -5873158 or 16408998. OLE color: 16408998.

HSL color Cylindrical-coordinate representation of color #A661FA: hue angle of 267.06º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A661FA is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16697250-
CMYK0.340.6100.02
HSL267.06º93.87%68.04%-
HSV(B)267.06º61.2%98.04%-
XYZ37.2623.5693.03-
YUV135.07192.86150.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 97 (38.28% from 255) = 18.91%
BLUE value IS 250 (98.05% from 255) = 48.73%
R=32.36%
G=18.91%
B=48.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal166972500.340.6100.02267.0693.8768.04
HexA661FA223D0210b5e44
Octal246141372427502413136104
Binary1010011011000011111101010001011110101010000101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A661FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A661FA; }

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

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

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

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

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

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

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

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