#A664F3

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

Shades of Medium Purple #A664F3

Tints of Medium Purple #A664F3

Color information

#A664F3 (or 0xA664F3) is unknown color: approx Medium Purple. HEX triplet: A6, 64 and F3. RGB value is (166,100,243). Sum of RGB (Red+Green+Blue) = 166+100+243=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #A664F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A664F3 is #599B0C. Grayscale: #878787. Windows color (decimal): -5872397 or 15951014. OLE color: 15951014.

HSL color Cylindrical-coordinate representation of color #A664F3: hue angle of 267.69º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A664F3 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166100243-
CMYK0.320.5900.05
HSL267.69º85.63%67.25%-
HSV(B)267.69º58.85%95.29%-
XYZ36.4623.6987.45-
YUV136.04188.37149.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 100 (39.45% from 255) = 19.65%
BLUE value IS 243 (95.31% from 255) = 47.74%
R=32.61%
G=19.65%
B=47.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661002430.320.5900.05267.6985.6367.25
HexA664F3203B0510c5643
Octal246144363407305414126103
Binary10100110110010011110011100000111011010110000110010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A664F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A664F3; }

 p { color: rgb(166,100,243); }

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

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

 a { background-color: rgb(166,100,243); }

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

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

 span { border-color: rgb(166,100,243); }

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