#A668EE

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

Shades of Medium Purple #A668EE

Tints of Medium Purple #A668EE

Color information

#A668EE (or 0xA668EE) is unknown color: approx Medium Purple. HEX triplet: A6, 68 and EE. RGB value is (166,104,238). Sum of RGB (Red+Green+Blue) = 166+104+238=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #A668EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A668EE is #599711. Grayscale: #898989. Windows color (decimal): -5871378 or 15624358. OLE color: 15624358.

HSL color Cylindrical-coordinate representation of color #A668EE: hue angle of 267.76º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A668EE is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166104238-
CMYK0.300.5600.07
HSL267.76º79.76%67.06%-
HSV(B)267.76º56.3%93.33%-
XYZ36.1124.1883.65-
YUV137.81184.54148.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 104 (41.02% from 255) = 20.47%
BLUE value IS 238 (93.36% from 255) = 46.85%
R=32.68%
G=20.47%
B=46.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661042380.300.5600.07267.7679.7667.06
HexA668EE1E380710c5043
Octal246150356367007414120103
Binary1010011011010001110111011110111000011110000110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A668EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A668EE; }

 p { color: rgb(166,104,238); }

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

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

 a { background-color: rgb(166,104,238); }

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

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

 span { border-color: rgb(166,104,238); }

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