#A672F7

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

Shades of Medium Purple #A672F7

Tints of Medium Purple #A672F7

Color information

#A672F7 (or 0xA672F7) is unknown color: approx Medium Purple. HEX triplet: A6, 72 and F7. RGB value is (166,114,247). Sum of RGB (Red+Green+Blue) = 166+114+247=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #A672F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672F7 is #598D08. Grayscale: #909090. Windows color (decimal): -5868809 or 16216742. OLE color: 16216742.

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

Color convert

RGB166114247-
CMYK0.330.5400.03
HSL263.46º89.26%70.78%-
HSV(B)263.46º53.85%96.86%-
XYZ38.5326.8691.15-
YUV144.71185.73143.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 114 (44.92% from 255) = 21.63%
BLUE value IS 247 (96.88% from 255) = 46.87%
R=31.50%
G=21.63%
B=46.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1661142470.330.5400.03263.4689.2670.78
HexA672F72136031075947
Octal246162367416603407131107
Binary1010011011100101111011110000111011001110000011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A672F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A672F7; }

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

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

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

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

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

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

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

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