#A67FF2

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

Shades of Medium Purple #A67FF2

Tints of Medium Purple #A67FF2

Color information

#A67FF2 (or 0xA67FF2) is unknown color: approx Medium Purple. HEX triplet: A6, 7F and F2. RGB value is (166,127,242). Sum of RGB (Red+Green+Blue) = 166+127+242=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #A67FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FF2 is #59800D. Grayscale: #979797. Windows color (decimal): -5865486 or 15892390. OLE color: 15892390.

HSL color Cylindrical-coordinate representation of color #A67FF2: hue angle of 260.35º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A67FF2 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166127242-
CMYK0.310.4800.05
HSL260.35º81.56%72.35%-
HSV(B)260.35º47.52%94.9%-
XYZ39.3429.787.66-
YUV151.77178.92138.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 242 (94.92% from 255) = 45.23%
R=31.03%
G=23.74%
B=45.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661272420.310.4800.05260.3581.5672.35
HexA67FF21F30051045248
Octal246177362376005404122110
Binary1010011011111111111001011111110000010110000010010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FF2; }

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

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

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

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

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

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

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

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