#A675FC

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

Shades of Medium Purple #A675FC

Tints of Medium Purple #A675FC

Color information

#A675FC (or 0xA675FC) is unknown color: approx Medium Purple. HEX triplet: A6, 75 and FC. RGB value is (166,117,252). Sum of RGB (Red+Green+Blue) = 166+117+252=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #A675FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A675FC is #598A03. Grayscale: #929292. Windows color (decimal): -5868036 or 16545190. OLE color: 16545190.

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

Color convert

RGB166117252-
CMYK0.340.5400.01
HSL261.78º95.74%72.35%-
HSV(B)261.78º53.57%98.82%-
XYZ39.6627.8695.38-
YUV147.04187.23141.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 117 (46.09% from 255) = 21.87%
BLUE value IS 252 (98.83% from 255) = 47.10%
R=31.03%
G=21.87%
B=47.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661172520.340.5400.01261.7895.7472.35
HexA675FC2236011066048
Octal246165374426601406140110
Binary101001101110101111111001000101101100110000011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675FC; }

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

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

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

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

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

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

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

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