#A67FF7

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

Shades of Medium Purple #A67FF7

Tints of Medium Purple #A67FF7

Color information

#A67FF7 (or 0xA67FF7) is unknown color: approx Medium Purple. HEX triplet: A6, 7F and F7. RGB value is (166,127,247). Sum of RGB (Red+Green+Blue) = 166+127+247=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #A67FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FF7 is #598008. Grayscale: #979797. Windows color (decimal): -5865481 or 16220070. OLE color: 16220070.

HSL color Cylindrical-coordinate representation of color #A67FF7: hue angle of 259.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A67FF7 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB166127247-
CMYK0.330.4900.03
HSL259.5º88.24%73.33%-
HSV(B)259.5º48.58%96.86%-
XYZ40.13091.67-
YUV152.34181.42137.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.74%
GREEN value IS 127 (50% from 255) = 23.52%
BLUE value IS 247 (96.88% from 255) = 45.74%
R=30.74%
G=23.52%
B=45.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1661272470.330.4900.03259.588.2473.33
HexA67FF72131031045849
Octal246177367416103404130111
Binary1010011011111111111011110000111000101110000010010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FF7; }

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

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

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

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

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

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

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

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