#A675F8

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

Shades of Medium Purple #A675F8

Tints of Medium Purple #A675F8

Color information

#A675F8 (or 0xA675F8) is unknown color: approx Medium Purple. HEX triplet: A6, 75 and F8. RGB value is (166,117,248). Sum of RGB (Red+Green+Blue) = 166+117+248=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #A675F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A675F8 is #598A07. Grayscale: #929292. Windows color (decimal): -5868040 or 16283046. OLE color: 16283046.

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

Color convert

RGB166117248-
CMYK0.330.5300.03
HSL262.44º90.34%71.57%-
HSV(B)262.44º52.82%97.25%-
XYZ39.0327.6192.08-
YUV146.58185.23141.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 117 (46.09% from 255) = 22.03%
BLUE value IS 248 (97.27% from 255) = 46.70%
R=31.26%
G=22.03%
B=46.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1661172480.330.5300.03262.4490.3471.57
HexA675F82135031065a48
Octal246165370416503406132110
Binary1010011011101011111100010000111010101110000011010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675F8; }

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

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

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

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

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

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

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

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