#A665FA

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

Shades of Medium Purple #A665FA

Tints of Medium Purple #A665FA

Color information

#A665FA (or 0xA665FA) is unknown color: approx Medium Purple. HEX triplet: A6, 65 and FA. RGB value is (166,101,250). Sum of RGB (Red+Green+Blue) = 166+101+250=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #A665FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A665FA is #599A05. Grayscale: #888888. Windows color (decimal): -5872134 or 16410022. OLE color: 16410022.

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

Color convert

RGB166101250-
CMYK0.340.6000.02
HSL266.17º93.71%68.82%-
HSV(B)266.17º59.6%98.04%-
XYZ37.6324.3293.15-
YUV137.42191.53148.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=32.11%
G=19.54%
B=48.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661012500.340.6000.02266.1793.7168.82
HexA665FA223C0210a5e45
Octal246145372427402412136105
Binary1010011011001011111101010001011110001010000101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A665FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A665FA; }

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

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

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

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

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

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

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

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