#A66DEB

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

Shades of Medium Purple #A66DEB

Tints of Medium Purple #A66DEB

Color information

#A66DEB (or 0xA66DEB) is unknown color: approx Medium Purple. HEX triplet: A6, 6D and EB. RGB value is (166,109,235). Sum of RGB (Red+Green+Blue) = 166+109+235=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #A66DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66DEB is #599214. Grayscale: #8B8B8B. Windows color (decimal): -5870101 or 15429030. OLE color: 15429030.

HSL color Cylindrical-coordinate representation of color #A66DEB: hue angle of 267.14º degrees, saturation: 0.76, 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 #A66DEB is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166109235-
CMYK0.290.5400.08
HSL267.14º75.9%67.45%-
HSV(B)267.14º53.62%92.16%-
XYZ36.1925.0481.52-
YUV140.41181.38146.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 109 (42.97% from 255) = 21.37%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=32.55%
G=21.37%
B=46.08%

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
Decimal1661092350.290.5400.08267.1475.967.45
HexA66DEB1D360810b4c43
Octal2461553533566010413114103
Binary10100110110110111101011111011101100100010000101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66DEB; }

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

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

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

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

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

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

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

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