#A67ED4

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

Shades of Medium Purple #A67ED4

Tints of Medium Purple #A67ED4

Color information

#A67ED4 (or 0xA67ED4) is unknown color: approx Medium Purple. HEX triplet: A6, 7E and D4. RGB value is (166,126,212). Sum of RGB (Red+Green+Blue) = 166+126+212=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #A67ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ED4 is #59812B. Grayscale: #939393. Windows color (decimal): -5865772 or 13926054. OLE color: 13926054.

HSL color Cylindrical-coordinate representation of color #A67ED4: hue angle of 267.91º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A67ED4 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166126212-
CMYK0.220.4100.17
HSL267.91º50%66.27%-
HSV(B)267.91º40.57%83.14%-
XYZ35.0727.7865.8-
YUV147.76164.25141.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 126 (49.61% from 255) = 25%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=32.94%
G=25%
B=42.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1661262120.220.4100.17267.915066.27
HexA67ED4162901110c3242
Octal246176324265102141462102
Binary10100110111111011010100101101010010100011000011001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67ED4; }

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

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

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

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

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

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

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

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