#A67EDD

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

Shades of Medium Purple #A67EDD

Tints of Medium Purple #A67EDD

Color information

#A67EDD (or 0xA67EDD) is unknown color: approx Medium Purple. HEX triplet: A6, 7E and DD. RGB value is (166,126,221). Sum of RGB (Red+Green+Blue) = 166+126+221=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #A67EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67EDD is #598122. Grayscale: #949494. Windows color (decimal): -5865763 or 14515878. OLE color: 14515878.

HSL color Cylindrical-coordinate representation of color #A67EDD: hue angle of 265.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A67EDD is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166126221-
CMYK0.250.4300.13
HSL265.26º58.28%68.04%-
HSV(B)265.26º42.99%86.67%-
XYZ36.2428.2571.95-
YUV148.79168.75140.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=32.36%
G=24.56%
B=43.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661262210.250.4300.13265.2658.2868.04
HexA67EDD192B0D1093a44
Octal246176335315301541172104
Binary1010011011111101101110111001101011011011000010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67EDD; }

 p { color: rgb(166,126,221); }

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

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

 a { background-color: rgb(166,126,221); }

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

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

 span { border-color: rgb(166,126,221); }

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