#A66DFA

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

Shades of Medium Purple #A66DFA

Tints of Medium Purple #A66DFA

Color information

#A66DFA (or 0xA66DFA) is unknown color: approx Medium Purple. HEX triplet: A6, 6D and FA. RGB value is (166,109,250). Sum of RGB (Red+Green+Blue) = 166+109+250=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #A66DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66DFA is #599205. Grayscale: #8D8D8D. Windows color (decimal): -5870086 or 16412070. OLE color: 16412070.

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

Color convert

RGB166109250-
CMYK0.340.5600.02
HSL264.26º93.38%70.39%-
HSV(B)264.26º56.4%98.04%-
XYZ38.4525.9593.42-
YUV142.12188.88145.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 109 (42.97% from 255) = 20.76%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=31.62%
G=20.76%
B=47.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661092500.340.5600.02264.2693.3870.39
HexA66DFA2238021085d46
Octal246155372427002410135106
Binary1010011011011011111101010001011100001010000100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66DFA; }

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

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

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

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

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

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

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

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