#A67FE1

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

Shades of Medium Purple #A67FE1

Tints of Medium Purple #A67FE1

Color information

#A67FE1 (or 0xA67FE1) is unknown color: approx Medium Purple. HEX triplet: A6, 7F and E1. RGB value is (166,127,225). Sum of RGB (Red+Green+Blue) = 166+127+225=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #A67FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FE1 is #59801E. Grayscale: #959595. Windows color (decimal): -5865503 or 14778278. OLE color: 14778278.

HSL color Cylindrical-coordinate representation of color #A67FE1: hue angle of 263.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A67FE1 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166127225-
CMYK0.260.4400.12
HSL263.88º62.03%69.02%-
HSV(B)263.88º43.56%88.24%-
XYZ36.9128.7274.83-
YUV149.83170.42139.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 127 (50% from 255) = 24.52%
BLUE value IS 225 (88.28% from 255) = 43.44%
R=32.05%
G=24.52%
B=43.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661272250.260.4400.12263.8862.0369.02
HexA67FE11A2C0C1083e45
Octal246177341325401441076105
Binary1010011011111111110000111010101100011001000010001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FE1; }

 p { color: rgb(166,127,225); }

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

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

 a { background-color: rgb(166,127,225); }

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

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

 span { border-color: rgb(166,127,225); }

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