#A675FB

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

Shades of Medium Purple #A675FB

Tints of Medium Purple #A675FB

Color information

#A675FB (or 0xA675FB) is unknown color: approx Medium Purple. HEX triplet: A6, 75 and FB. RGB value is (166,117,251). Sum of RGB (Red+Green+Blue) = 166+117+251=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #A675FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A675FB is #598A04. Grayscale: #929292. Windows color (decimal): -5868037 or 16479654. OLE color: 16479654.

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

Color convert

RGB166117251-
CMYK0.340.5300.02
HSL261.94º94.37%72.16%-
HSV(B)261.94º53.39%98.43%-
XYZ39.527.7994.55-
YUV146.93186.73141.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=31.09%
G=21.91%
B=47.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661172510.340.5300.02261.9494.3772.16
HexA675FB2235021065e48
Octal246165373426502406136110
Binary1010011011101011111101110001011010101010000011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675FB; }

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

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

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

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

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

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

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

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