#A66BEA

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

Shades of Medium Purple #A66BEA

Tints of Medium Purple #A66BEA

Color information

#A66BEA (or 0xA66BEA) is unknown color: approx Medium Purple. HEX triplet: A6, 6B and EA. RGB value is (166,107,234). Sum of RGB (Red+Green+Blue) = 166+107+234=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #A66BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66BEA is #599415. Grayscale: #8A8A8A. Windows color (decimal): -5870614 or 15362982. OLE color: 15362982.

HSL color Cylindrical-coordinate representation of color #A66BEA: hue angle of 267.87º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A66BEA is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166107234-
CMYK0.290.5400.08
HSL267.87º75.15%66.86%-
HSV(B)267.87º54.27%91.76%-
XYZ35.8324.5680.69-
YUV139.12181.55147.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 107 (42.19% from 255) = 21.10%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=32.74%
G=21.10%
B=46.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661072340.290.5400.08267.8775.1566.86
HexA66BEA1D360810c4b43
Octal2461533523566010414113103
Binary10100110110101111101010111011101100100010000110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BEA; }

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

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

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

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

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

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

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

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