#A66BFA

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

Shades of Medium Purple #A66BFA

Tints of Medium Purple #A66BFA

Color information

#A66BFA (or 0xA66BFA) is unknown color: approx Medium Purple. HEX triplet: A6, 6B and FA. RGB value is (166,107,250). Sum of RGB (Red+Green+Blue) = 166+107+250=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #A66BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66BFA is #599405. Grayscale: #8C8C8C. Windows color (decimal): -5870598 or 16411558. OLE color: 16411558.

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

Color convert

RGB166107250-
CMYK0.340.5700.02
HSL264.76º93.46%70%-
HSV(B)264.76º57.2%98.04%-
XYZ38.2425.5293.35-
YUV140.94189.55145.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 107 (42.19% from 255) = 20.46%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=31.74%
G=20.46%
B=47.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661072500.340.5700.02264.7693.4670
HexA66BFA2239021095d46
Octal246153372427102411135106
Binary1010011011010111111101010001011100101010000100110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BFA; }

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

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

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

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

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

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

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

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