#A674FB

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

Shades of Medium Purple #A674FB

Tints of Medium Purple #A674FB

Color information

#A674FB (or 0xA674FB) is unknown color: approx Medium Purple. HEX triplet: A6, 74 and FB. RGB value is (166,116,251). Sum of RGB (Red+Green+Blue) = 166+116+251=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #A674FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A674FB is #598B04. Grayscale: #919191. Windows color (decimal): -5868293 or 16479398. OLE color: 16479398.

HSL color Cylindrical-coordinate representation of color #A674FB: hue angle of 262.22º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A674FB is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166116251-
CMYK0.340.5400.02
HSL262.22º94.41%71.96%-
HSV(B)262.22º53.78%98.43%-
XYZ39.3827.5694.51-
YUV146.34187.06142.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 251 (98.44% from 255) = 47.09%
R=31.14%
G=21.76%
B=47.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661162510.340.5400.02262.2294.4171.96
HexA674FB2236021065e48
Octal246164373426602406136110
Binary1010011011101001111101110001011011001010000011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674FB; }

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

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

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

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

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

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

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

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