#A674F1

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

Shades of Medium Purple #A674F1

Tints of Medium Purple #A674F1

Color information

#A674F1 (or 0xA674F1) is unknown color: approx Medium Purple. HEX triplet: A6, 74 and F1. RGB value is (166,116,241). Sum of RGB (Red+Green+Blue) = 166+116+241=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #A674F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A674F1 is #598B0E. Grayscale: #909090. Windows color (decimal): -5868303 or 15824038. OLE color: 15824038.

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

Color convert

RGB166116241-
CMYK0.310.5200.05
HSL264º81.7%70%-
HSV(B)264º51.87%94.51%-
XYZ37.8526.9586.43-
YUV145.2182.06142.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 241 (94.53% from 255) = 46.08%
R=31.74%
G=22.18%
B=46.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661162410.310.5200.0526481.770
HexA674F11F34051085246
Octal246164361376405410122106
Binary1010011011101001111000111111110100010110000100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674F1; }

 p { color: rgb(166,116,241); }

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

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

 a { background-color: rgb(166,116,241); }

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

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

 span { border-color: rgb(166,116,241); }

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