#A165FB

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

Shades of Medium Purple #A165FB

Tints of Medium Purple #A165FB

Color information

#A165FB (or 0xA165FB) is unknown color: approx Medium Purple. HEX triplet: A1, 65 and FB. RGB value is (161,101,251). Sum of RGB (Red+Green+Blue) = 161+101+251=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #A165FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A165FB is #5E9A04. Grayscale: #878787. Windows color (decimal): -6199813 or 16475553. OLE color: 16475553.

HSL color Cylindrical-coordinate representation of color #A165FB: hue angle of 264º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A165FB is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161101251-
CMYK0.360.6000.02
HSL264º94.94%69.02%-
HSV(B)264º59.76%98.43%-
XYZ36.7623.8593.93-
YUV136.04192.88145.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 101 (39.84% from 255) = 19.69%
BLUE value IS 251 (98.44% from 255) = 48.93%
R=31.38%
G=19.69%
B=48.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611012510.360.6000.0226494.9469.02
HexA165FB243C021085f45
Octal241145373447402410137105
Binary1010000111001011111101110010011110001010000100010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165FB; }

 p { color: rgb(161,101,251); }

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

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

 a { background-color: rgb(161,101,251); }

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

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

 span { border-color: rgb(161,101,251); }

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