#A164F8

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

Shades of Medium Purple #A164F8

Tints of Medium Purple #A164F8

Color information

#A164F8 (or 0xA164F8) is unknown color: approx Medium Purple. HEX triplet: A1, 64 and F8. RGB value is (161,100,248). Sum of RGB (Red+Green+Blue) = 161+100+248=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #A164F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A164F8 is #5E9B07. Grayscale: #868686. Windows color (decimal): -6200072 or 16278689. OLE color: 16278689.

HSL color Cylindrical-coordinate representation of color #A164F8: hue angle of 264.73º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A164F8 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB161100248-
CMYK0.350.6000.03
HSL264.73º91.36%68.24%-
HSV(B)264.73º59.68%97.25%-
XYZ36.223.4791.43-
YUV135.11191.71146.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 100 (39.45% from 255) = 19.65%
BLUE value IS 248 (97.27% from 255) = 48.72%
R=31.63%
G=19.65%
B=48.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1611002480.350.6000.03264.7391.3668.24
HexA164F8233C031095b44
Octal241144370437403411133104
Binary1010000111001001111100010001111110001110000100110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164F8; }

 p { color: rgb(161,100,248); }

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

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

 a { background-color: rgb(161,100,248); }

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

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

 span { border-color: rgb(161,100,248); }

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